/fs/cifs/ |
D | cifs_debug.h | 48 #define cifsfyi(fmt, arg...) \ argument 54 #define cFYI(set, fmt, arg...) \ argument 60 #define cifswarn(fmt, arg...) \ argument 66 #define cEVENT(fmt, arg...) \ argument 73 #define cifserror(fmt, arg...) \ argument 79 #define cERROR(set, fmt, arg...) \ argument 90 #define cERROR(set, fmt, arg...) argument 91 #define cEVENT(fmt, arg...) argument 92 #define cFYI(set, fmt, arg...) argument 93 #define cifserror(fmt, arg...) argument
|
D | ioctl.c | 33 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl()
|
/fs/jfs/ |
D | jfs_debug.h | 68 #define jfs_info(fmt, arg...) do { \ argument 74 #define jfs_debug(fmt, arg...) do { \ argument 80 #define jfs_warn(fmt, arg...) do { \ argument 86 #define jfs_err(fmt, arg...) do { \ argument 97 #define jfs_info(fmt, arg...) do {} while (0) argument 98 #define jfs_debug(fmt, arg...) do {} while (0) argument 99 #define jfs_warn(fmt, arg...) do {} while (0) argument 100 #define jfs_err(fmt, arg...) do {} while (0) argument
|
D | ioctl.c | 55 long jfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in jfs_ioctl() 132 long jfs_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in jfs_compat_ioctl()
|
/fs/ceph/ |
D | ioctl.c | 17 static long ceph_ioctl_get_layout(struct file *file, void __user *arg) in ceph_ioctl_get_layout() 38 static long ceph_ioctl_set_layout(struct file *file, void __user *arg) in ceph_ioctl_set_layout() 125 static long ceph_ioctl_set_layout_policy (struct file *file, void __user *arg) in ceph_ioctl_set_layout_policy() 186 static long ceph_ioctl_get_dataloc(struct file *file, void __user *arg) in ceph_ioctl_get_dataloc() 266 long ceph_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ceph_ioctl()
|
/fs/xfs/ |
D | xfs_ioctl.c | 354 void __user *arg) in xfs_fssetdm_by_handle() 391 void __user *arg) in xfs_attrlist_by_handle() 510 void __user *arg) in xfs_attrmulti_by_handle() 644 void __user *arg) in xfs_ioc_bulkstat() 702 void __user *arg) in xfs_ioc_fsgeometry_v1() 724 void __user *arg) in xfs_ioc_fsgeometry() 796 void __user *arg) in xfs_ioc_fsgetxattr() 1161 void __user *arg) in xfs_ioc_fssetxattr() 1179 void __user *arg) in xfs_ioc_getxflags() 1193 void __user *arg) in xfs_ioc_setxflags() [all …]
|
D | xfs_ioctl32.c | 351 void __user *arg) in xfs_compat_attrlist_by_handle() 401 void __user *arg) in xfs_compat_attrmulti_by_handle() 494 void __user *arg) in xfs_compat_fssetdm_by_handle() 538 void __user *arg = (void __user *)p; in xfs_file_compat_ioctl() local
|
/fs/ncpfs/ |
D | ioctl.c | 36 struct ncp_fs_info __user *arg) in ncp_get_fs_info() 61 struct ncp_fs_info_v2 __user * arg) in ncp_get_fs_info_v2() 127 struct compat_ncp_fs_info_v2 __user * arg) in ncp_get_compat_fs_info_v2() 160 ncp_set_charsets(struct ncp_server* server, struct ncp_nls_ioctl __user *arg) in ncp_set_charsets() 225 ncp_get_charsets(struct ncp_server* server, struct ncp_nls_ioctl __user *arg) in ncp_get_charsets() 257 static long __ncp_ioctl(struct inode *inode, unsigned int cmd, unsigned long arg) in __ncp_ioctl() 809 long ncp_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ncp_ioctl() 910 long ncp_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ncp_compat_ioctl()
|
/fs/btrfs/ |
D | ioctl.c | 146 static int btrfs_ioctl_getflags(struct file *file, void __user *arg) in btrfs_ioctl_getflags() 171 static int btrfs_ioctl_setflags(struct file *file, void __user *arg) in btrfs_ioctl_setflags() 280 static int btrfs_ioctl_getversion(struct file *file, int __user *arg) in btrfs_ioctl_getversion() 287 static noinline int btrfs_ioctl_fitrim(struct file *file, void __user *arg) in btrfs_ioctl_fitrim() 1254 void __user *arg) in btrfs_ioctl_resize() 1425 void __user *arg, int subvol) in btrfs_ioctl_snap_create() 1444 void __user *arg, int subvol) in btrfs_ioctl_snap_create_v2() 1483 void __user *arg) in btrfs_ioctl_subvol_getflags() 1505 void __user *arg) in btrfs_ioctl_subvol_setflags() 1914 void __user *arg) in btrfs_ioctl_snap_destroy() [all …]
|
/fs/nfs/ |
D | proc.c | 155 struct nfs_sattrargs arg = { in nfs_proc_setattr() local 184 struct nfs_diropargs arg = { in nfs_proc_lookup() local 229 struct nfs_createargs arg; member 336 struct nfs_removeargs arg = { in nfs_proc_remove() local 400 struct nfs_renameargs arg = { in nfs_proc_rename() local 423 struct nfs_linkargs arg = { in nfs_proc_link() local 449 struct nfs_symlinkargs arg = { in nfs_proc_symlink() local 522 struct nfs_diropargs arg = { in nfs_proc_rmdir() local 552 struct nfs_readdirargs arg = { in nfs_proc_readdir() local
|
D | nfs3proc.c | 122 struct nfs3_sattrargs arg = { in nfs3_proc_setattr() local 148 struct nfs3_diropargs arg = { in nfs3_proc_lookup() local 185 struct nfs3_accessargs arg = { in nfs3_proc_access() local 272 } arg; member 399 struct nfs_removeargs arg = { in nfs3_proc_remove() local 477 struct nfs_renameargs arg = { in nfs3_proc_rename() local 511 struct nfs3_linkargs arg = { in nfs3_proc_link() local 608 struct nfs3_diropargs arg = { in nfs3_proc_rmdir() local 648 struct nfs3_readdirargs arg = { in nfs3_proc_readdir() local
|
/fs/gfs2/ |
D | util.h | 17 #define fs_printk(level, fs, fmt, arg...) \ argument 20 #define fs_info(fs, fmt, arg...) \ argument 23 #define fs_warn(fs, fmt, arg...) \ argument 26 #define fs_err(fs, fmt, arg...) \ argument
|
D | lock_dlm.c | 115 static void gdlm_ast(void *arg) in gdlm_ast() 164 static void gdlm_bast(void *arg, int mode) in gdlm_bast() 478 static void sync_wait_cb(void *arg) in sync_wait_cb() 1053 static void gdlm_recover_prep(void *arg) in gdlm_recover_prep() 1074 static void gdlm_recover_slot(void *arg, struct dlm_slot *slot) in gdlm_recover_slot() 1098 static void gdlm_recover_done(void *arg, struct dlm_slot *slots, int num_slots, in gdlm_recover_done()
|
/fs/ext2/ |
D | ioctl.c | 20 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/ |
D | ioctl.c | 22 long reiserfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in reiserfs_ioctl() 133 unsigned long arg) in reiserfs_compat_ioctl()
|
/fs/ |
D | fcntl.c | 148 static int setfl(int fd, struct file * filp, unsigned long arg) in setfl() 232 int f_setown(struct file *filp, unsigned long arg, int force) in f_setown() 267 static int f_setown_ex(struct file *filp, unsigned long arg) in f_setown_ex() 307 static int f_getown_ex(struct file *filp, unsigned long arg) in f_getown_ex() 343 static long do_fcntl(int fd, unsigned int cmd, unsigned long arg, in do_fcntl() 442 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument 473 unsigned long, arg) in SYSCALL_DEFINE3() argument
|
D | ioctl.c | 36 unsigned long arg) in vfs_ioctl() 173 static int ioctl_fiemap(struct file *filp, unsigned long arg) in ioctl_fiemap() 450 unsigned long arg) in file_ioctl() 547 unsigned long arg) in do_vfs_ioctl() 604 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
|
D | locks.c | 1137 static void lease_clear_pending(struct file_lock *fl, int arg) in lease_clear_pending() 1149 int lease_modify(struct file_lock **before, int arg) in lease_modify() 1351 int generic_add_lease(struct file *filp, long arg, struct file_lock **flp) in generic_add_lease() 1443 int generic_setlease(struct file *filp, long arg, struct file_lock **flp) in generic_setlease() 1473 static int __vfs_setlease(struct file *filp, long arg, struct file_lock **lease) in __vfs_setlease() 1508 int vfs_setlease(struct file *filp, long arg, struct file_lock **lease) in vfs_setlease() 1529 static int do_fcntl_add_lease(unsigned int fd, struct file *filp, long arg) in do_fcntl_add_lease() 1583 int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease()
|
/fs/ubifs/ |
D | ioctl.c | 147 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/ext3/ |
D | ioctl.c | 15 long ext3_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ext3_ioctl() 284 long ext3_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ext3_compat_ioctl()
|
/fs/notify/inotify/ |
D | inotify_user.c | 89 static inline __u32 inotify_arg_to_mask(u32 arg) in inotify_arg_to_mask() 305 unsigned long arg) in inotify_ioctl() 571 u32 arg) in inotify_update_existing_watch() 622 u32 arg) in inotify_new_watch() 670 static int inotify_update_watch(struct fsnotify_group *group, struct inode *inode, u32 arg) in inotify_update_watch()
|
/fs/fuse/ |
D | cuse.c | 152 unsigned long arg) in cuse_file_ioctl() 165 unsigned long arg) in cuse_file_compat_ioctl() 309 struct cuse_init_out *arg = req->out.args[0].value; in cuse_process_init_reply() local 409 struct cuse_init_in *arg; in cuse_send_init() local
|
/fs/logfs/ |
D | logfs.h | 47 #define log_cond(cond, fmt, arg...) do { \ argument 52 #define log_super(fmt, arg...) \ argument 54 #define log_segment(fmt, arg...) \ argument 56 #define log_journal(fmt, arg...) \ argument 58 #define log_dir(fmt, arg...) \ argument 60 #define log_file(fmt, arg...) \ argument 62 #define log_inode(fmt, arg...) \ argument 64 #define log_readwrite(fmt, arg...) \ argument 66 #define log_gc(fmt, arg...) \ argument 68 #define log_gc_noisy(fmt, arg...) \ argument [all …]
|
/fs/ext4/ |
D | ioctl.c | 23 long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ext4_ioctl() 449 long ext4_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ext4_compat_ioctl()
|
/fs/jffs2/ |
D | ioctl.c | 16 long jffs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in jffs2_ioctl()
|