Searched refs:needroothandle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dlookup.c74 bool_t needroothandle);
78 * root path. In this case we set needroothandle to TRUE.
81 lookup(char *pathname, struct nfs_file *cur_file, bool_t needroothandle) argument
93 error = stlookuppn(&pnp, cur_file, needroothandle);
99 bool_t needroothandle)
119 if (!needroothandle)
300 if (needroothandle) {
302 needroothandle = FALSE;
98 stlookuppn(struct st_pathname *pnp, struct nfs_file *cfile, bool_t needroothandle) argument

Completed in 56 milliseconds