HomeSort by: relevance | last modified time | path
    Searched defs:file_nd (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
vfs_xattr.c 160 struct nameidata file_nd; local in function:sys_extattrctl
183 NDINIT(&file_nd, LOOKUP, FOLLOW | LOCKLEAF, file_pb);
184 error = namei(&file_nd);
190 file_vp = file_nd.ni_vp;

Completed in 13 milliseconds