Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 70) sorted by relevance

123

/fs/ocfs2/
Dlocks.c39 int cmd, struct file_lock *fl) in ocfs2_do_flock()
97 static int ocfs2_do_funlock(struct file *file, int cmd, struct file_lock *fl) in ocfs2_do_funlock()
113 int ocfs2_flock(struct file *file, int cmd, struct file_lock *fl) in ocfs2_flock()
133 int ocfs2_lock(struct file *file, int cmd, struct file_lock *fl) in ocfs2_lock()
/fs/
Dcompat_ioctl.c129 static int do_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in do_ioctl()
141 unsigned int cmd, compat_ulong_t __user *argp) in w_long()
167 unsigned int cmd, struct compat_video_event __user *up) in do_video_get_event()
198 unsigned int cmd, struct compat_video_still_picture __user *up) in do_video_stillpicture()
229 unsigned int cmd, struct compat_video_spu_palette __user *up) in do_video_set_spu_palette()
304 static int sg_ioctl_trans(struct file *file, unsigned int cmd, in sg_ioctl_trans()
409 unsigned int cmd, struct compat_sg_req_info __user *o) in sg_grt_trans()
441 unsigned int cmd, struct sock_fprog32 __user *u_fprog32) in ppp_sock_fprog_ioctl_trans()
479 static int ppp_gidle(struct file *file, unsigned int cmd, in ppp_gidle()
500 static int ppp_scompress(struct file *file, unsigned int cmd, in ppp_scompress()
[all …]
Dfcntl.c276 static long fcntl_rw_hint(struct file *file, unsigned int cmd, in fcntl_rw_hint()
322 static long do_fcntl(int fd, unsigned int cmd, unsigned long arg, in do_fcntl()
435 static int check_fcntl_cmd(unsigned cmd) in check_fcntl_cmd()
448 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
472 SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, in SYSCALL_DEFINE3() argument
578 convert_fcntl_cmd(unsigned int cmd) in convert_fcntl_cmd()
610 COMPAT_SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, in COMPAT_SYSCALL_DEFINE3() argument
675 COMPAT_SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, in COMPAT_SYSCALL_DEFINE3() argument
Dioctl.c39 long vfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in vfs_ioctl()
484 static int file_ioctl(struct file *filp, unsigned int cmd, in file_ioctl()
625 int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd, in do_vfs_ioctl()
692 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
Dlocks.c412 static inline int flock_translate_cmd(int cmd) { in flock_translate_cmd()
428 flock_make_lock(struct file *filp, unsigned int cmd) in flock_make_lock()
1996 SYSCALL_DEFINE2(flock, unsigned int, fd, unsigned int, cmd) in SYSCALL_DEFINE2() argument
2128 int fcntl_getlk(struct file *filp, unsigned int cmd, struct flock *flock) in fcntl_getlk()
2202 int vfs_lock_file(struct file *filp, unsigned int cmd, struct file_lock *fl, struct file_lock *conf) in vfs_lock_file()
2211 static int do_lock_file_wait(struct file *filp, unsigned int cmd, in do_lock_file_wait()
2254 int fcntl_setlk(unsigned int fd, struct file *filp, unsigned int cmd, in fcntl_setlk()
2342 int fcntl_getlk64(struct file *filp, unsigned int cmd, struct flock64 *flock) in fcntl_getlk64()
2385 int fcntl_setlk64(unsigned int fd, struct file *filp, unsigned int cmd, in fcntl_setlk64()
/fs/nilfs2/
Dioctl.c217 unsigned int cmd, void __user *argp) in nilfs_ioctl_change_cpmode()
272 unsigned int cmd, void __user *argp) in nilfs_ioctl_delete_checkpoint()
351 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_cpstat()
418 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_sustat()
527 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_bdescs()
874 unsigned int cmd, void __user *argp) in nilfs_ioctl_clean_segments()
1013 unsigned int cmd, void __user *argp) in nilfs_ioctl_sync()
1179 unsigned int cmd, void __user *argp, in nilfs_ioctl_get_info()
1230 unsigned int cmd, void __user *argp) in nilfs_ioctl_set_suinfo()
1294 long nilfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in nilfs_ioctl()
[all …]
/fs/ext2/
Dioctl.c21 long ext2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ext2_ioctl()
167 long ext2_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ext2_compat_ioctl()
/fs/reiserfs/
Dioctl.c23 long reiserfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in reiserfs_ioctl()
132 long reiserfs_compat_ioctl(struct file *file, unsigned int cmd, in reiserfs_compat_ioctl()
/fs/jfs/
Dioctl.c60 long jfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in jfs_ioctl()
169 long jfs_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in jfs_compat_ioctl()
/fs/ceph/
Dlocks.c37 int cmd, u8 wait, struct file_lock *fl) in ceph_lock_message()
180 int ceph_lock(struct file *file, int cmd, struct file_lock *fl) in ceph_lock()
227 int ceph_flock(struct file *file, int cmd, struct file_lock *fl) in ceph_flock()
/fs/quota/
Dquota.c23 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission()
700 static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, in do_quotactl()
771 static int quotactl_cmd_write(int cmd) in quotactl_cmd_write()
794 static bool quotactl_cmd_onoff(int cmd) in quotactl_cmd_onoff()
804 static struct super_block *quotactl_block(const char __user *special, int cmd) in quotactl_block()
839 SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, in SYSCALL_DEFINE4() argument
/fs/ubifs/
Dioctl.c156 long ubifs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ubifs_ioctl()
223 long ubifs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ubifs_compat_ioctl()
/fs/9p/
Dvfs_file.c131 static int v9fs_file_lock(struct file *filp, int cmd, struct file_lock *fl) in v9fs_file_lock()
150 static int v9fs_file_do_lock(struct file *filp, int cmd, struct file_lock *fl) in v9fs_file_do_lock()
321 static int v9fs_file_lock_dotl(struct file *filp, int cmd, struct file_lock *fl) in v9fs_file_lock_dotl()
356 static int v9fs_file_flock_dotl(struct file *filp, int cmd, in v9fs_file_flock_dotl()
/fs/autofs4/
Ddev-ioctl.c70 static int check_dev_ioctl_version(int cmd, struct autofs_dev_ioctl *param) in check_dev_ioctl_version()
125 static int validate_dev_ioctl(int cmd, struct autofs_dev_ioctl *param) in validate_dev_ioctl()
594 #define cmd_idx(cmd) (cmd - _IOC_NR(AUTOFS_DEV_IOCTL_IOC_FIRST)) argument
596 static ioctl_fn lookup_dev_ioctl(unsigned int cmd) in lookup_dev_ioctl()
626 unsigned int cmd_first, cmd; in _autofs_dev_ioctl() local
Droot.c869 unsigned int cmd, unsigned long arg) in autofs4_root_ioctl_unlocked()
921 unsigned int cmd, unsigned long arg) in autofs4_root_ioctl()
930 unsigned int cmd, unsigned long arg) in autofs4_root_compat_ioctl()
/fs/nfs/
Dfile.c661 do_getlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_getlk()
690 do_unlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_unlk()
726 do_setlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_setlk()
770 int nfs_lock(struct file *filp, int cmd, struct file_lock *fl) in nfs_lock()
809 int nfs_flock(struct file *filp, int cmd, struct file_lock *fl) in nfs_flock()
/fs/jffs2/
Dioctl.c16 long jffs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in jffs2_ioctl()
/fs/xfs/
Dxfs_ioctl32.c41 #define _NATIVE_IOC(cmd, type) \ argument
245 unsigned int cmd, in xfs_compat_ioc_bulkstat()
561 unsigned cmd, in xfs_file_compat_ioctl()
Dxfs_ioctl.c70 unsigned int cmd, in xfs_find_handle()
608 unsigned int cmd, in xfs_ioc_space()
747 unsigned int cmd, in xfs_ioc_bulkstat()
1560 unsigned int cmd, in xfs_ioc_getbmap()
1796 unsigned int cmd, in xfs_file_ioctl()
/fs/afs/
Dflock.c516 int afs_lock(struct file *file, int cmd, struct file_lock *fl) in afs_lock()
539 int afs_flock(struct file *file, int cmd, struct file_lock *fl) in afs_flock()
/fs/ncpfs/
Dioctl.c259 static long __ncp_ioctl(struct inode *inode, unsigned int cmd, unsigned long arg) in __ncp_ioctl()
814 long ncp_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ncp_ioctl()
915 long ncp_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ncp_compat_ioctl()
/fs/coda/
Dpioctl.c49 static long coda_pioctl(struct file *filp, unsigned int cmd, in coda_pioctl()
/fs/gfs2/
Dfile.c309 static long gfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in gfs2_ioctl()
993 static int gfs2_lock(struct file *file, int cmd, struct file_lock *fl) in gfs2_lock()
1022 static int do_flock(struct file *file, int cmd, struct file_lock *fl) in do_flock()
1101 static int gfs2_flock(struct file *file, int cmd, struct file_lock *fl) in gfs2_flock()
/fs/ecryptfs/
Dfile.c361 ecryptfs_unlocked_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ecryptfs_unlocked_ioctl()
386 ecryptfs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ecryptfs_compat_ioctl()
/fs/orangefs/
Dfile.c526 static long orangefs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in orangefs_ioctl()
719 static int orangefs_lock(struct file *filp, int cmd, struct file_lock *fl) in orangefs_lock()

123