Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 117) sorted by relevance

12345

/fs/jfs/
Djfs_debug.h55 #define jfs_info(fmt, arg...) do { \ argument
61 #define jfs_debug(fmt, arg...) do { \ argument
67 #define jfs_warn(fmt, arg...) do { \ argument
73 #define jfs_err(fmt, arg...) do { \ argument
84 #define jfs_info(fmt, arg...) do {} while (0) argument
85 #define jfs_debug(fmt, arg...) do {} while (0) argument
86 #define jfs_warn(fmt, arg...) do {} while (0) argument
87 #define jfs_err(fmt, arg...) do {} while (0) argument
Dioctl.c60 long jfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in jfs_ioctl()
161 long jfs_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in jfs_compat_ioctl()
/fs/btrfs/
Dioctl.c157 static int btrfs_ioctl_getflags(struct file *file, void __user *arg) in btrfs_ioctl_getflags()
196 static int btrfs_ioctl_setflags(struct file *file, void __user *arg) in btrfs_ioctl_setflags()
397 static int btrfs_ioctl_fsgetxattr(struct file *file, void __user *arg) in btrfs_ioctl_fsgetxattr()
409 static int btrfs_ioctl_fssetxattr(struct file *file, void __user *arg) in btrfs_ioctl_fssetxattr()
498 static int btrfs_ioctl_getversion(struct file *file, int __user *arg) in btrfs_ioctl_getversion()
506 void __user *arg) in btrfs_ioctl_fitrim()
1682 void __user *arg) in btrfs_ioctl_resize()
1897 void __user *arg, int subvol) in btrfs_ioctl_snap_create()
1918 void __user *arg, int subvol) in btrfs_ioctl_snap_create_v2()
1981 void __user *arg) in btrfs_ioctl_subvol_getflags()
[all …]
/fs/f2fs/
Dfile.c1958 static int f2fs_ioc_getflags(struct file *filp, unsigned long arg) in f2fs_ioc_getflags()
1978 static int f2fs_ioc_setflags(struct file *filp, unsigned long arg) in f2fs_ioc_setflags()
2019 static int f2fs_ioc_getversion(struct file *filp, unsigned long arg) in f2fs_ioc_getversion()
2235 static int f2fs_ioc_shutdown(struct file *filp, unsigned long arg) in f2fs_ioc_shutdown()
2317 static int f2fs_ioc_fitrim(struct file *filp, unsigned long arg) in f2fs_ioc_fitrim()
2363 static int f2fs_ioc_set_encryption_policy(struct file *filp, unsigned long arg) in f2fs_ioc_set_encryption_policy()
2375 static int f2fs_ioc_get_encryption_policy(struct file *filp, unsigned long arg) in f2fs_ioc_get_encryption_policy()
2382 static int f2fs_ioc_get_encryption_pwsalt(struct file *filp, unsigned long arg) in f2fs_ioc_get_encryption_pwsalt()
2420 unsigned long arg) in f2fs_ioc_get_encryption_policy_ex()
2428 static int f2fs_ioc_add_encryption_key(struct file *filp, unsigned long arg) in f2fs_ioc_add_encryption_key()
[all …]
/fs/ceph/
Dioctl.c17 static long ceph_ioctl_get_layout(struct file *file, void __user *arg) in ceph_ioctl_get_layout()
64 static long ceph_ioctl_set_layout(struct file *file, void __user *arg) in ceph_ioctl_set_layout()
136 static long ceph_ioctl_set_layout_policy (struct file *file, void __user *arg) in ceph_ioctl_set_layout_policy()
179 static long ceph_ioctl_get_dataloc(struct file *file, void __user *arg) in ceph_ioctl_get_dataloc()
271 long ceph_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ceph_ioctl()
/fs/
Dfcntl.c35 static int setfl(int fd, struct file * filp, unsigned long arg) in setfl()
113 int f_setown(struct file *filp, unsigned long arg, int force) in f_setown()
165 static int f_setown_ex(struct file *filp, unsigned long arg) in f_setown_ex()
205 static int f_getown_ex(struct file *filp, unsigned long arg) in f_getown_ex()
245 static int f_getowner_uids(struct file *filp, unsigned long arg) in f_getowner_uids()
263 static int f_getowner_uids(struct file *filp, unsigned long arg) in f_getowner_uids()
285 unsigned long arg) in fcntl_rw_hint()
330 static long do_fcntl(int fd, unsigned int cmd, unsigned long arg, in do_fcntl()
456 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
481 unsigned long, arg) in SYSCALL_DEFINE3() argument
[all …]
Dsync.c73 static void sync_inodes_one_sb(struct super_block *sb, void *arg) in sync_inodes_one_sb()
79 static void sync_fs_one_sb(struct super_block *sb, void *arg) in sync_fs_one_sb()
86 static void fdatawrite_one_bdev(struct block_device *bdev, void *arg) in fdatawrite_one_bdev()
91 static void fdatawait_one_bdev(struct block_device *bdev, void *arg) in fdatawait_one_bdev()
Dioctl.c41 long vfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in vfs_ioctl()
668 unsigned int cmd, unsigned long arg) in do_vfs_ioctl()
739 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
784 long compat_ptr_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in compat_ptr_ioctl()
794 compat_ulong_t, arg) in COMPAT_SYSCALL_DEFINE3() argument
Duserfaultfd.c1317 unsigned long arg) in userfaultfd_register()
1551 unsigned long arg) in userfaultfd_unregister()
1710 unsigned long arg) in userfaultfd_wake()
1742 unsigned long arg) in userfaultfd_copy()
1801 unsigned long arg) in userfaultfd_zeropage()
1854 unsigned long arg) in userfaultfd_writeprotect()
1906 static int userfaultfd_continue(struct userfaultfd_ctx *ctx, unsigned long arg) in userfaultfd_continue()
1981 unsigned long arg) in userfaultfd_api()
2027 unsigned long arg) in userfaultfd_ioctl()
Dlocks.c1497 static void lease_clear_pending(struct file_lock *fl, int arg) in lease_clear_pending()
1509 int lease_modify(struct file_lock *fl, int arg, struct list_head *dispose) in lease_modify()
1804 check_conflicting_open(struct file *filp, const long arg, int flags) in check_conflicting_open()
1836 generic_add_lease(struct file *filp, long arg, struct file_lock **flp, void **priv) in generic_add_lease()
1994 int generic_setlease(struct file *filp, long arg, struct file_lock **flp, in generic_setlease()
2041 setlease_notifier(long arg, struct file_lock *lease) in setlease_notifier()
2066 setlease_notifier(long arg, struct file_lock *lease) in setlease_notifier()
2101 vfs_setlease(struct file *filp, long arg, struct file_lock **lease, void **priv) in vfs_setlease()
2112 static int do_fcntl_add_lease(unsigned int fd, struct file *filp, long arg) in do_fcntl_add_lease()
2147 int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease()
/fs/xfs/
Dxfs_ioctl.c580 void __user *arg) in xfs_attrmulti_by_handle()
740 void __user *arg) in xfs_ioc_fsbulkstat()
914 struct xfs_bulkstat_req __user *arg) in xfs_ioc_bulkstat()
964 struct xfs_inumbers_req __user *arg) in xfs_ioc_inumbers()
1002 void __user *arg, in xfs_ioc_fsgeometry()
1027 void __user *arg) in xfs_ioc_ag_geometry()
1133 void __user *arg) in xfs_ioc_fsgetxattr()
1555 void __user *arg) in xfs_ioc_fssetxattr()
1574 void __user *arg) in xfs_ioc_getxflags()
1588 void __user *arg) in xfs_ioc_setxflags()
[all …]
/fs/nfs/
Dproc.c129 struct nfs_sattrargs arg = { in nfs_proc_setattr() local
159 struct nfs_diropargs arg = { in nfs_proc_lookup() local
209 struct nfs_createargs arg; member
316 struct nfs_removeargs arg = { in nfs_proc_remove() local
378 struct nfs_linkargs arg = { in nfs_proc_link() local
404 struct nfs_symlinkargs arg = { in nfs_proc_symlink() local
477 struct nfs_diropargs arg = { in nfs_proc_rmdir() local
507 struct nfs_readdirargs arg = { in nfs_proc_readdir() local
Dnfs3proc.c131 struct nfs3_sattrargs arg = { in nfs3_proc_setattr() local
161 struct nfs3_diropargs arg = { in nfs3_proc_lookup() local
203 struct nfs3_accessargs arg = { in nfs3_proc_access() local
268 } arg; member
411 struct nfs_removeargs arg = { in nfs3_proc_remove() local
491 struct nfs3_linkargs arg = { in nfs3_proc_link() local
606 struct nfs3_diropargs arg = { in nfs3_proc_rmdir() local
646 struct nfs3_readdirargs arg = { in nfs3_proc_readdir() local
/fs/efivarfs/
Dfile.c121 efivarfs_ioc_getxflags(struct file *file, void __user *arg) in efivarfs_ioc_getxflags()
132 efivarfs_ioc_setxflags(struct file *file, void __user *arg) in efivarfs_ioc_setxflags()
173 void __user *arg = (void __user *)p; in efivarfs_file_ioctl() local
/fs/ext2/
Dioctl.c21 long ext2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ext2_ioctl()
162 long ext2_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ext2_compat_ioctl()
/fs/crypto/
Dpolicy.c436 int fscrypt_ioctl_set_policy(struct file *filp, const void __user *arg) in fscrypt_ioctl_set_policy()
502 int fscrypt_ioctl_get_policy(struct file *filp, void __user *arg) in fscrypt_ioctl_get_policy()
523 struct fscrypt_get_policy_ex_arg arg; in fscrypt_ioctl_get_policy_ex() local
553 int fscrypt_ioctl_get_nonce(struct file *filp, void __user *arg) in fscrypt_ioctl_get_nonce()
719 int fscrypt_set_test_dummy_encryption(struct super_block *sb, const char *arg, in fscrypt_set_test_dummy_encryption()
/fs/reiserfs/
Dioctl.c23 long reiserfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in reiserfs_ioctl()
131 unsigned long arg) in reiserfs_compat_ioctl()
/fs/ext4/
Dioctl.c611 static int ext4_shutdown(struct super_block *sb, unsigned long arg) in ext4_shutdown()
683 struct fsmap_head __user *arg) in ext4_ioc_getfsmap()
795 static int ext4_ioctl_get_es_cache(struct file *filp, unsigned long arg) in ext4_ioctl_get_es_cache()
823 static long __ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in __ext4_ioctl()
1332 long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ext4_ioctl()
1338 long ext4_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ext4_compat_ioctl()
/fs/gfs2/
Dlock_dlm.c116 static void gdlm_ast(void *arg) in gdlm_ast()
167 static void gdlm_bast(void *arg, int mode) in gdlm_bast()
495 static void sync_wait_cb(void *arg) in sync_wait_cb()
1112 static void gdlm_recover_prep(void *arg) in gdlm_recover_prep()
1137 static void gdlm_recover_slot(void *arg, struct dlm_slot *slot) in gdlm_recover_slot()
1166 static void gdlm_recover_done(void *arg, struct dlm_slot *slots, int num_slots, in gdlm_recover_done()
/fs/ubifs/
Dioctl.c142 long ubifs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ubifs_ioctl()
219 long ubifs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ubifs_compat_ioctl()
/fs/notify/inotify/
Dinotify_user.c78 static inline __u32 inotify_arg_to_mask(struct inode *inode, u32 arg) in inotify_arg_to_mask()
279 unsigned long arg) in inotify_ioctl()
503 u32 arg) in inotify_update_existing_watch()
558 u32 arg) in inotify_new_watch()
606 static int inotify_update_watch(struct fsnotify_group *group, struct inode *inode, u32 arg) in inotify_update_watch()
/fs/cifs/
Dioctl.c130 void __user *arg) in smb_mnt_get_fsinfo()
164 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl()
/fs/verity/
Denable.c199 const struct fsverity_enable_arg *arg) in enable_verity()
343 struct fsverity_enable_arg arg; in fsverity_ioctl_enable() local
/fs/jffs2/
Dioctl.c16 long jffs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in jffs2_ioctl()
/fs/incfs/
Dpseudo_files.c138 static long ioctl_permit_fill(struct file *f, void __user *arg) in ioctl_permit_fill()
754 static long ioctl_create_mapped_file(struct file *file, void __user *arg) in ioctl_create_mapped_file()
908 static long ioctl_get_read_timeouts(struct mount_info *mi, void __user *arg) in ioctl_get_read_timeouts()
948 static long ioctl_set_read_timeouts(struct mount_info *mi, void __user *arg) in ioctl_set_read_timeouts()
998 static long ioctl_get_last_read_error(struct mount_info *mi, void __user *arg) in ioctl_get_last_read_error()
1022 unsigned long arg) in pending_reads_dispatch_ioctl()

12345