H A D | vfs_syscalls.c | 101 sys_mount(struct proc *p, void *v, register_t *retval) in sys_mount() argument 358 sys_unmount(struct proc *p, voi argument 406 dounmount(struct mount * mp,int flags,struct proc * p) dounmount() argument 470 dounmount_leaf(struct mount * mp,int flags,struct proc * p) dounmount_leaf() argument 524 sys_sync(struct proc * p,void * v,register_t * retval) sys_sync() argument 550 sys_quotactl(struct proc * p,void * v,register_t * retval) sys_quotactl() argument 572 copyout_statfs(struct statfs * sp,void * uaddr,struct proc * p) copyout_statfs() argument 603 sys_statfs(struct proc * p,void * v,register_t * retval) sys_statfs() argument 634 sys_fstatfs(struct proc * p,void * v,register_t * retval) sys_fstatfs() argument 666 sys_getfsstat(struct proc * p,void * v,register_t * retval) sys_getfsstat() argument 723 sys_fchdir(struct proc * p,void * v,register_t * retval) sys_fchdir() argument 771 sys_chdir(struct proc * p,void * v,register_t * retval) sys_chdir() argument 797 sys_chroot(struct proc * p,void * v,register_t * retval) sys_chroot() argument 834 change_dir(struct nameidata * ndp,struct proc * p) change_dir() argument 854 sys___realpath(struct proc * p,void * v,register_t * retval) sys___realpath() argument 944 sys_unveil(struct proc * p,void * v,register_t * retval) sys_unveil() argument 1042 sys_open(struct proc * p,void * v,register_t * retval) sys_open() argument 1055 sys_openat(struct proc * p,void * v,register_t * retval) sys_openat() argument 1069 doopenat(struct proc * p,int fd,const char * path,int oflags,mode_t mode,register_t * retval) doopenat() argument 1206 sys___tmpfd(struct proc * p,void * v,register_t * retval) sys___tmpfd() argument 1292 sys_getfh(struct proc * p,void * v,register_t * retval) sys_getfh() argument 1332 sys_fhopen(struct proc * p,void * v,register_t * retval) sys_fhopen() argument 1465 sys_fhstat(struct proc * p,void * v,register_t * retval) sys_fhstat() argument 1499 sys_fhstatfs(struct proc * p,void * v,register_t * retval) sys_fhstatfs() argument 1537 sys_mknod(struct proc * p,void * v,register_t * retval) sys_mknod() argument 1550 sys_mknodat(struct proc * p,void * v,register_t * retval) sys_mknodat() argument 1564 domknodat(struct proc * p,int fd,const char * path,mode_t mode,dev_t dev) domknodat() argument 1642 sys_mkfifo(struct proc * p,void * v,register_t * retval) sys_mkfifo() argument 1654 sys_mkfifoat(struct proc * p,void * v,register_t * retval) sys_mkfifoat() argument 1670 sys_link(struct proc * p,void * v,register_t * retval) sys_link() argument 1682 sys_linkat(struct proc * p,void * v,register_t * retval) sys_linkat() argument 1697 dolinkat(struct proc * p,int fd1,const char * path1,int fd2,const char * path2,int flag) dolinkat() argument 1754 sys_symlink(struct proc * p,void * v,register_t * retval) sys_symlink() argument 1765 sys_symlinkat(struct proc * p,void * v,register_t * retval) sys_symlinkat() argument 1778 dosymlinkat(struct proc * p,const char * upath,int fd,const char * link) dosymlinkat() argument 1816 sys_unlink(struct proc * p,void * v,register_t * retval) sys_unlink() argument 1826 sys_unlinkat(struct proc * p,void * v,register_t * retval) sys_unlinkat() argument 1839 dounlinkat(struct proc * p,int fd,const char * path,int flag) dounlinkat() argument 1905 sys_lseek(struct proc * p,void * v,register_t * retval) sys_lseek() argument 1943 sys_access(struct proc * p,void * v,register_t * retval) sys_access() argument 1955 sys_faccessat(struct proc * p,void * v,register_t * retval) sys_faccessat() argument 1969 dofaccessat(struct proc * p,int fd,const char * path,int amode,int flag) dofaccessat() argument 2030 sys_stat(struct proc * p,void * v,register_t * retval) sys_stat() argument 2041 sys_fstatat(struct proc * p,void * v,register_t * retval) sys_fstatat() argument 2055 dofstatat(struct proc * p,int fd,const char * path,struct stat * buf,int flag) dofstatat() argument 2094 sys_lstat(struct proc * p,void * v,register_t * retval) sys_lstat() argument 2109 sys_pathconf(struct proc * p,void * v,register_t * retval) sys_pathconf() argument 2121 sys_pathconfat(struct proc * p,void * v,register_t * retval) sys_pathconfat() argument 2135 dopathconfat(struct proc * p,int fd,const char * path,int name,int flag,register_t * retval) dopathconfat() argument 2159 sys_readlink(struct proc * p,void * v,register_t * retval) sys_readlink() argument 2172 sys_readlinkat(struct proc * p,void * v,register_t * retval) sys_readlinkat() argument 2186 doreadlinkat(struct proc * p,int fd,const char * path,char * buf,size_t count,register_t * retval) doreadlinkat() argument 2224 sys_chflags(struct proc * p,void * v,register_t * retval) sys_chflags() argument 2236 sys_chflagsat(struct proc * p,void * v,register_t * retval) sys_chflagsat() argument 2250 dochflagsat(struct proc * p,int fd,const char * path,u_int flags,int atflags) dochflagsat() argument 2271 sys_fchflags(struct proc * p,void * v,register_t * retval) sys_fchflags() argument 2290 dovchflags(struct proc * p,struct vnode * vp,u_int flags) dovchflags() argument 2323 sys_chmod(struct proc * p,void * v,register_t * retval) sys_chmod() argument 2334 sys_fchmodat(struct proc * p,void * v,register_t * retval) sys_fchmodat() argument 2348 dofchmodat(struct proc * p,int fd,const char * path,mode_t mode,int flag) dofchmodat() argument 2385 sys_fchmod(struct proc * p,void * v,register_t * retval) sys_fchmod() argument 2422 sys_chown(struct proc * p,void * v,register_t * retval) sys_chown() argument 2435 sys_fchownat(struct proc * p,void * v,register_t * retval) sys_fchownat() argument 2450 dofchownat(struct proc * p,int fd,const char * path,uid_t uid,gid_t gid,int flag) dofchownat() argument 2501 sys_lchown(struct proc * p,void * v,register_t * retval) sys_lchown() argument 2554 sys_fchown(struct proc * p,void * v,register_t * retval) sys_fchown() argument 2605 sys_utimes(struct proc * p,void * v,register_t * retval) sys_utimes() argument 2637 sys_utimensat(struct proc * p,void * v,register_t * retval) sys_utimensat() argument 2675 doutimensat(struct proc * p,int fd,const char * path,struct timespec ts[2],int flag) doutimensat() argument 2697 dovutimens(struct proc * p,struct vnode * vp,struct timespec ts[2]) dovutimens() argument 2746 sys_futimes(struct proc * p,void * v,register_t * retval) sys_futimes() argument 2779 sys_futimens(struct proc * p,void * v,register_t * retval) sys_futimens() argument 2813 dofutimens(struct proc * p,int fd,struct timespec ts[2]) dofutimens() argument 2832 dotruncate(struct proc * p,struct vnode * vp,off_t len) dotruncate() argument 2861 sys_truncate(struct proc * p,void * v,register_t * retval) sys_truncate() argument 2888 sys_ftruncate(struct proc * p,void * v,register_t * retval) sys_ftruncate() argument 2917 sys_fsync(struct proc * p,void * v,register_t * retval) sys_fsync() argument 2942 sys_rename(struct proc * p,void * v,register_t * retval) sys_rename() argument 2954 sys_renameat(struct proc * p,void * v,register_t * retval) sys_renameat() argument 2968 dorenameat(struct proc * p,int fromfd,const char * from,int tofd,const char * to) dorenameat() argument 3053 sys_mkdir(struct proc * p,void * v,register_t * retval) sys_mkdir() argument 3064 sys_mkdirat(struct proc * p,void * v,register_t * retval) sys_mkdirat() argument 3077 domkdirat(struct proc * p,int fd,const char * path,mode_t mode) domkdirat() argument 3113 sys_rmdir(struct proc * p,void * v,register_t * retval) sys_rmdir() argument 3126 sys_getdents(struct proc * p,void * v,register_t * retval) sys_getdents() argument 3190 sys_umask(struct proc * p,void * v,register_t * retval) sys_umask() argument 3209 sys_revoke(struct proc * p,void * v,register_t * retval) sys_revoke() argument 3248 getvnode(struct proc * p,int fd,struct file ** fpp) getvnode() argument 3276 sys_pread(struct proc * p,void * v,register_t * retval) sys_pread() argument 3304 sys_preadv(struct proc * p,void * v,register_t * retval) sys_preadv() argument 3336 sys_pwrite(struct proc * p,void * v,register_t * retval) sys_pwrite() argument 3364 sys_pwritev(struct proc * p,void * v,register_t * retval) sys_pwritev() argument [all...] |