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);
|