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

  /src/sys/kern/
vfs_xattr.c 159 struct pathbuf *file_pb; local in function:sys_extattrctl
178 error = pathbuf_copyin(SCARG(uap, filename), &file_pb);
183 NDINIT(&file_nd, LOOKUP, FOLLOW | LOCKLEAF, file_pb);
186 pathbuf_destroy(file_pb);
191 pathbuf_destroy(file_pb);
vfs_xattr.c 159 struct pathbuf *file_pb; local in function:sys_extattrctl
178 error = pathbuf_copyin(SCARG(uap, filename), &file_pb);
183 NDINIT(&file_nd, LOOKUP, FOLLOW | LOCKLEAF, file_pb);
186 pathbuf_destroy(file_pb);
191 pathbuf_destroy(file_pb);

Completed in 43 milliseconds