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.c118 static int w_long(unsigned int fd, unsigned int cmd, in w_long()
142 static int do_video_get_event(unsigned int fd, unsigned int cmd, in do_video_get_event()
172 static int do_video_stillpicture(unsigned int fd, unsigned int cmd, in do_video_stillpicture()
203 static int do_video_set_spu_palette(unsigned int fd, unsigned int cmd, in do_video_set_spu_palette()
279 static int sg_ioctl_trans(unsigned int fd, unsigned int cmd, in sg_ioctl_trans()
383 static int sg_grt_trans(unsigned int fd, unsigned int cmd, struct in sg_grt_trans()
415 static int ppp_sock_fprog_ioctl_trans(unsigned int fd, unsigned int cmd, in ppp_sock_fprog_ioctl_trans()
454 static int ppp_gidle(unsigned int fd, unsigned int cmd, in ppp_gidle()
475 static int ppp_scompress(unsigned int fd, unsigned int cmd, in ppp_scompress()
515 static int mt_ioctl_trans(unsigned int fd, unsigned int cmd, void __user *argp) in mt_ioctl_trans()
[all …]
Dioctl.c35 static long vfs_ioctl(struct file *filp, unsigned int cmd, in vfs_ioctl()
454 static int file_ioctl(struct file *filp, unsigned int cmd, in file_ioctl()
555 int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd, in do_vfs_ioctl()
613 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
Dfcntl.c247 static long do_fcntl(int fd, unsigned int cmd, unsigned long arg, in do_fcntl()
347 static int check_fcntl_cmd(unsigned cmd) in check_fcntl_cmd()
360 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
384 SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, in SYSCALL_DEFINE3() argument
Dlocks.c358 static inline int flock_translate_cmd(int cmd) { in flock_translate_cmd()
374 flock_make_lock(struct file *filp, unsigned int cmd) in flock_make_lock()
1924 SYSCALL_DEFINE2(flock, unsigned int, fd, unsigned int, cmd) in SYSCALL_DEFINE2() argument
2025 int fcntl_getlk(struct file *filp, unsigned int cmd, struct flock __user *l) in fcntl_getlk()
2104 int vfs_lock_file(struct file *filp, unsigned int cmd, struct file_lock *fl, struct file_lock *conf) in vfs_lock_file()
2113 static int do_lock_file_wait(struct file *filp, unsigned int cmd, in do_lock_file_wait()
2156 int fcntl_setlk(unsigned int fd, struct file *filp, unsigned int cmd, in fcntl_setlk()
2253 int fcntl_getlk64(struct file *filp, unsigned int cmd, struct flock64 __user *l) in fcntl_getlk64()
2300 int fcntl_setlk64(unsigned int fd, struct file *filp, unsigned int cmd, in fcntl_setlk64()
/fs/nilfs2/
Dioctl.c222 unsigned int cmd, void __user *argp) in nilfs_ioctl_change_cpmode()
277 unsigned int cmd, void __user *argp) in nilfs_ioctl_delete_checkpoint()
356 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_cpstat()
423 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_sustat()
532 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_bdescs()
876 unsigned int cmd, void __user *argp) in nilfs_ioctl_clean_segments()
1014 unsigned int cmd, void __user *argp) in nilfs_ioctl_sync()
1180 unsigned int cmd, void __user *argp, in nilfs_ioctl_get_info()
1231 unsigned int cmd, void __user *argp) in nilfs_ioctl_set_suinfo()
1295 long nilfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in nilfs_ioctl()
[all …]
/fs/ext2/
Dioctl.c20 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/autofs4/
Ddev-ioctl.c71 static int check_dev_ioctl_version(int cmd, struct autofs_dev_ioctl *param) in check_dev_ioctl_version()
126 static int validate_dev_ioctl(int cmd, struct autofs_dev_ioctl *param) in validate_dev_ioctl()
580 #define cmd_idx(cmd) (cmd - _IOC_NR(AUTOFS_DEV_IOCTL_IOC_FIRST)) argument
582 static ioctl_fn lookup_dev_ioctl(unsigned int cmd) in lookup_dev_ioctl()
585 int cmd; in lookup_dev_ioctl() member
627 unsigned int cmd_first, cmd; in _autofs_dev_ioctl() local
Droot.c852 unsigned int cmd, unsigned long arg) in autofs4_root_ioctl_unlocked()
902 unsigned int cmd, unsigned long arg) in autofs4_root_ioctl()
910 unsigned int cmd, unsigned long arg) in autofs4_root_compat_ioctl()
/fs/reiserfs/
Dioctl.c23 long reiserfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in reiserfs_ioctl()
133 long reiserfs_compat_ioctl(struct file *file, unsigned int cmd, in reiserfs_compat_ioctl()
/fs/quota/
Dquota.c22 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission()
83 static int quota_quotaon(struct super_block *sb, int type, int cmd, qid_t id, in quota_quotaon()
641 static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, in do_quotactl()
708 static int quotactl_cmd_write(int cmd) in quotactl_cmd_write()
729 static struct super_block *quotactl_block(const char __user *special, int cmd) in quotactl_block()
762 SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, in SYSCALL_DEFINE4() argument
/fs/jfs/
Dioctl.c59 long jfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in jfs_ioctl()
170 long jfs_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in jfs_compat_ioctl()
/fs/ubifs/
Dioctl.c147 long ubifs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ubifs_ioctl()
191 long ubifs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ubifs_compat_ioctl()
/fs/ceph/
Dlocks.c36 int cmd, u8 wait, struct file_lock *fl) in ceph_lock_message()
157 int ceph_lock(struct file *file, int cmd, struct file_lock *fl) in ceph_lock()
204 int ceph_flock(struct file *file, int cmd, struct file_lock *fl) in ceph_flock()
/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/nfs/
Dfile.c711 do_getlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_getlk()
745 do_unlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_unlk()
786 do_setlk(struct file *filp, int cmd, struct file_lock *fl, int is_local) in do_setlk()
831 int nfs_lock(struct file *filp, int cmd, struct file_lock *fl) in nfs_lock()
870 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.c40 #define _NATIVE_IOC(cmd, type) \ argument
244 unsigned int cmd, in xfs_compat_ioc_bulkstat()
534 unsigned cmd, in xfs_file_compat_ioctl()
Dxfs_ioctl.c66 unsigned int cmd, in xfs_find_handle()
624 unsigned int cmd, in xfs_ioc_space()
762 unsigned int cmd, in xfs_ioc_bulkstat()
1386 unsigned int cmd, in xfs_ioc_getbmap()
1533 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/coda/
Dpioctl.c49 static long coda_pioctl(struct file *filp, unsigned int cmd, in coda_pioctl()
/fs/ncpfs/
Dioctl.c257 static long __ncp_ioctl(struct inode *inode, unsigned int cmd, unsigned long arg) in __ncp_ioctl()
812 long ncp_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ncp_ioctl()
913 long ncp_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ncp_compat_ioctl()
/fs/ext4/
Dioctl.c205 long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ext4_ioctl()
721 long ext4_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ext4_compat_ioctl()
/fs/gfs2/
Dfile.c308 static long gfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in gfs2_ioctl()
988 static int gfs2_lock(struct file *file, int cmd, struct file_lock *fl) in gfs2_lock()
1017 static int do_flock(struct file *file, int cmd, struct file_lock *fl) in do_flock()
1097 static int gfs2_flock(struct file *file, int cmd, struct file_lock *fl) in gfs2_flock()
/fs/fat/
Dfile.c120 long fat_generic_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in fat_generic_ioctl()
138 static long fat_generic_compat_ioctl(struct file *filp, unsigned int cmd, in fat_generic_compat_ioctl()

123