vfs_syscalls.c | 3247 return do_sys_statat(NULL, AT_FDCWD, userpath, nd_flag, sb); 3251 do_sys_statat(struct lwp *l, int fdat, const char *userpath, function in typeref:typename:int 3293 error = do_sys_statat(l, AT_FDCWD, SCARG(uap, path), FOLLOW, &sb); 3314 error = do_sys_statat(l, AT_FDCWD, SCARG(uap, path), NOFOLLOW, &sb); 3339 error = do_sys_statat(l, SCARG(uap, fd), SCARG(uap, path), nd_flag,
|