pathptr           302 xfs/xfs_syscalls-common.c lookup_node (const char *pathptr,
pathptr           318 xfs/xfs_syscalls-common.c 		     (unsigned long)pathptr));
pathptr           320 xfs/xfs_syscalls-common.c     error = copyinstr((char *) pathptr, path, MAXPATHLEN, &count);
pathptr           631 xfs/xfs_syscalls-common.c     char *pathptr;
pathptr           650 xfs/xfs_syscalls-common.c     pathptr = SCARG(arg, a_pathP);
pathptr           652 xfs/xfs_syscalls-common.c     if (pathptr != NULL) {
pathptr           653 xfs/xfs_syscalls-common.c 	error = lookup_node (pathptr, SCARG(arg, a_followSymlinks), &vp,