| /fs/ocfs2/ |
| D | locks.c | 23 int cmd, struct file_lock *fl) in ocfs2_do_flock() 81 static int ocfs2_do_funlock(struct file *file, int cmd, struct file_lock *fl) in ocfs2_do_funlock() 97 int ocfs2_flock(struct file *file, int cmd, struct file_lock *fl) in ocfs2_flock() 115 int ocfs2_lock(struct file *file, int cmd, struct file_lock *fl) in ocfs2_lock()
|
| /fs/nilfs2/ |
| D | ioctl.c | 188 unsigned int cmd, void __user *argp) in nilfs_ioctl_change_cpmode() 243 unsigned int cmd, void __user *argp) in nilfs_ioctl_delete_checkpoint() 322 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_cpstat() 389 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_sustat() 498 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_bdescs() 844 unsigned int cmd, void __user *argp) in nilfs_ioctl_clean_segments() 983 unsigned int cmd, void __user *argp) in nilfs_ioctl_sync() 1156 unsigned int cmd, void __user *argp, in nilfs_ioctl_get_info() 1207 unsigned int cmd, void __user *argp) in nilfs_ioctl_set_suinfo() 1271 long nilfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in nilfs_ioctl() [all …]
|
| /fs/fuse/ |
| D | ioctl.c | 167 long fuse_do_ioctl(struct file *file, unsigned int cmd, unsigned long arg, in fuse_do_ioctl() 351 long fuse_ioctl_common(struct file *file, unsigned int cmd, in fuse_ioctl_common() 375 long fuse_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in fuse_file_ioctl() 380 long fuse_file_compat_ioctl(struct file *file, unsigned int cmd, in fuse_file_compat_ioctl() 387 unsigned int cmd, void *ptr, size_t size) in fuse_priv_ioctl()
|
| /fs/ |
| D | fcntl.c | 285 static long fcntl_rw_hint(struct file *file, unsigned int cmd, in fcntl_rw_hint() 315 static long do_fcntl(int fd, unsigned int cmd, unsigned long arg, in do_fcntl() 426 static int check_fcntl_cmd(unsigned cmd) in check_fcntl_cmd() 439 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument 463 SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, in SYSCALL_DEFINE3() argument 569 convert_fcntl_cmd(unsigned int cmd) in convert_fcntl_cmd() 601 static long do_compat_fcntl64(unsigned int fd, unsigned int cmd, in do_compat_fcntl64() 666 COMPAT_SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, in COMPAT_SYSCALL_DEFINE3() argument 672 COMPAT_SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, in COMPAT_SYSCALL_DEFINE3() argument
|
| D | ioctl.c | 44 long vfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in vfs_ioctl() 323 static int file_ioctl(struct file *filp, unsigned int cmd, int __user *p) in file_ioctl() 773 unsigned int cmd, unsigned long arg) in do_vfs_ioctl() 856 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument 901 long compat_ptr_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in compat_ptr_ioctl() 910 COMPAT_SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, in COMPAT_SYSCALL_DEFINE3() argument
|
| D | fsopen.c | 216 static int vfs_fsconfig_locked(struct fs_context *fc, int cmd, in vfs_fsconfig_locked() 316 unsigned int, cmd, in SYSCALL_DEFINE5() argument
|
| D | locks.c | 415 static inline int flock_translate_cmd(int cmd) { in flock_translate_cmd() 2085 SYSCALL_DEFINE2(flock, unsigned int, fd, unsigned int, cmd) in SYSCALL_DEFINE2() argument 2224 int fcntl_getlk(struct file *filp, unsigned int cmd, struct flock *flock) in fcntl_getlk() 2297 int vfs_lock_file(struct file *filp, unsigned int cmd, struct file_lock *fl, struct file_lock *conf) in vfs_lock_file() 2306 static int do_lock_file_wait(struct file *filp, unsigned int cmd, in do_lock_file_wait() 2348 int fcntl_setlk(unsigned int fd, struct file *filp, unsigned int cmd, in fcntl_setlk() 2429 int fcntl_getlk64(struct file *filp, unsigned int cmd, struct flock64 *flock) in fcntl_getlk64() 2472 int fcntl_setlk64(unsigned int fd, struct file *filp, unsigned int cmd, in fcntl_setlk64()
|
| /fs/ext2/ |
| D | ioctl.c | 54 long ext2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ext2_ioctl() 144 long ext2_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ext2_compat_ioctl()
|
| /fs/reiserfs/ |
| D | ioctl.c | 76 long reiserfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in reiserfs_ioctl() 125 long reiserfs_compat_ioctl(struct file *file, unsigned int cmd, in reiserfs_compat_ioctl()
|
| /fs/quota/ |
| D | quota.c | 27 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission() 767 static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, in do_quotactl() 834 static int quotactl_cmd_write(int cmd) in quotactl_cmd_write() 856 static bool quotactl_cmd_onoff(int cmd) in quotactl_cmd_onoff() 866 static struct super_block *quotactl_block(const char __user *special, int cmd) in quotactl_block() 916 SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, in SYSCALL_DEFINE4() argument 972 SYSCALL_DEFINE4(quotactl_fd, unsigned int, fd, unsigned int, cmd, in SYSCALL_DEFINE4() argument
|
| /fs/autofs/ |
| D | dev-ioctl.c | 56 static int check_dev_ioctl_version(int cmd, struct autofs_dev_ioctl *param) in check_dev_ioctl_version() 111 static int validate_dev_ioctl(int cmd, struct autofs_dev_ioctl *param) in validate_dev_ioctl() 564 #define cmd_idx(cmd) (cmd - _IOC_NR(AUTOFS_DEV_IOCTL_IOC_FIRST)) argument 566 static ioctl_fn lookup_dev_ioctl(unsigned int cmd) in lookup_dev_ioctl() 599 unsigned int cmd_first, cmd; in _autofs_dev_ioctl() local
|
| D | root.c | 855 unsigned int cmd, unsigned long arg) in autofs_root_ioctl_unlocked() 906 unsigned int cmd, unsigned long arg) in autofs_root_ioctl() 915 unsigned int cmd, unsigned long arg) in autofs_root_compat_ioctl()
|
| /fs/9p/ |
| D | vfs_file.c | 117 static int v9fs_file_lock(struct file *filp, int cmd, struct file_lock *fl) in v9fs_file_lock() 131 static int v9fs_file_do_lock(struct file *filp, int cmd, struct file_lock *fl) in v9fs_file_do_lock() 301 static int v9fs_file_lock_dotl(struct file *filp, int cmd, struct file_lock *fl) in v9fs_file_lock_dotl() 331 static int v9fs_file_flock_dotl(struct file *filp, int cmd, in v9fs_file_flock_dotl()
|
| /fs/nfs/ |
| D | file.c | 690 do_getlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_getlk() 719 do_unlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_unlk() 755 do_setlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_setlk() 799 int nfs_lock(struct file *filp, int cmd, struct file_lock *fl) in nfs_lock() 837 int nfs_flock(struct file *filp, int cmd, struct file_lock *fl) in nfs_flock()
|
| /fs/ceph/ |
| D | locks.c | 60 int cmd, u8 wait, struct file_lock *fl) in ceph_lock_message() 228 int ceph_lock(struct file *file, int cmd, struct file_lock *fl) in ceph_lock() 294 int ceph_flock(struct file *file, int cmd, struct file_lock *fl) in ceph_flock()
|
| /fs/xfs/ |
| D | xfs_ioctl32.c | 28 #define _NATIVE_IOC(cmd, type) \ argument 199 unsigned int cmd, in xfs_compat_ioc_fsbulkstat() 422 unsigned cmd, in xfs_file_compat_ioctl()
|
| D | xfs_ioctl.c | 59 unsigned int cmd, in xfs_find_handle() 661 unsigned int cmd, in xfs_ioc_fsbulkstat() 840 unsigned int cmd, in xfs_ioc_bulkstat() 892 unsigned int cmd, in xfs_ioc_inumbers() 1450 unsigned int cmd, in xfs_ioc_getbmap() 1886 unsigned int cmd, in xfs_file_ioctl()
|
| /fs/ubifs/ |
| D | ioctl.c | 171 long ubifs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ubifs_ioctl() 213 long ubifs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ubifs_compat_ioctl()
|
| /fs/proc/ |
| D | inode.c | 382 static long pde_ioctl(struct proc_dir_entry *pde, struct file *file, unsigned int cmd, unsigned lon… in pde_ioctl() 392 static long proc_reg_unlocked_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in proc_reg_unlocked_ioctl() 407 static long pde_compat_ioctl(struct proc_dir_entry *pde, struct file *file, unsigned int cmd, unsig… in pde_compat_ioctl() 417 static long proc_reg_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in proc_reg_compat_ioctl()
|
| /fs/jffs2/ |
| D | ioctl.c | 16 long jffs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in jffs2_ioctl()
|
| /fs/exfat/ |
| D | file.c | 348 long exfat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in exfat_ioctl() 361 long exfat_compat_ioctl(struct file *filp, unsigned int cmd, in exfat_compat_ioctl()
|
| /fs/hfsplus/ |
| D | ioctl.c | 60 long hfsplus_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in hfsplus_ioctl()
|
| /fs/coda/ |
| D | pioctl.c | 50 static long coda_pioctl(struct file *filp, unsigned int cmd, in coda_pioctl()
|
| /fs/gfs2/ |
| D | file.c | 323 static long gfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in gfs2_ioctl() 336 static long gfs2_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in gfs2_compat_ioctl() 1431 static int gfs2_lock(struct file *file, int cmd, struct file_lock *fl) in gfs2_lock() 1473 static int do_flock(struct file *file, int cmd, struct file_lock *fl) in do_flock() 1556 static int gfs2_flock(struct file *file, int cmd, struct file_lock *fl) in gfs2_flock()
|
| /fs/ecryptfs/ |
| D | file.c | 341 ecryptfs_unlocked_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ecryptfs_unlocked_ioctl() 366 ecryptfs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ecryptfs_compat_ioctl()
|