/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/cifs/ |
D | cifs_debug.h | 49 #define cifsfyi(format,arg...) if (cifsFYI & CIFS_INFO) printk(KERN_DEBUG " " __FILE__ ": " format … argument 53 #define cifswarn(format, arg...) printk(KERN_WARNING ": " format "\n" , ## arg) argument 58 #define cEVENT(format,arg...) if (cifsERROR) printk(KERN_EVENT __FILE__ ": " format "\n" , ## arg) argument 61 #define cifserror(format,arg...) if (cifsERROR) printk(KERN_ERR " CIFS VFS: " format "\n" "" , ## a… argument 71 #define cEVENT(format, arg...) argument 73 #define cifserror(format, arg...) argument
|
D | ioctl.c | 33 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl()
|
/fs/ |
D | compat_ioctl.c | 118 unsigned long arg, struct file *f) in do_ioctl32_pointer() 123 static int w_long(unsigned int fd, unsigned int cmd, unsigned long arg) in w_long() 137 static int rw_long(unsigned int fd, unsigned int cmd, unsigned long arg) in rw_long() 163 static int do_video_get_event(unsigned int fd, unsigned int cmd, unsigned long arg) in do_video_get_event() 194 static int do_video_stillpicture(unsigned int fd, unsigned int cmd, unsigned long arg) in do_video_stillpicture() 226 static int do_video_set_spu_palette(unsigned int fd, unsigned int cmd, unsigned long arg) in do_video_set_spu_palette() 249 static int do_siocgstamp(unsigned int fd, unsigned int cmd, unsigned long arg) in do_siocgstamp() 266 static int do_siocgstampns(unsigned int fd, unsigned int cmd, unsigned long arg) in do_siocgstampns() 320 static int dev_ifname32(unsigned int fd, unsigned int cmd, unsigned long arg) in dev_ifname32() 339 static int dev_ifconf(unsigned int fd, unsigned int cmd, unsigned long arg) in dev_ifconf() [all …]
|
D | ioctl.c | 37 unsigned long arg) in vfs_ioctl() 184 static int ioctl_fiemap(struct file *filp, unsigned long arg) in ioctl_fiemap() 374 unsigned long arg) in file_ioctl() 487 unsigned long arg) in do_vfs_ioctl() 545 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
|
D | fcntl.c | 146 static int setfl(int fd, struct file * filp, unsigned long arg) in setfl() 227 int f_setown(struct file *filp, unsigned long arg, int force) in f_setown() 262 static long do_fcntl(int fd, unsigned int cmd, unsigned long arg, in do_fcntl() 338 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument 362 unsigned long, arg) in SYSCALL_DEFINE3() argument
|
/fs/nfs/ |
D | proc.c | 123 struct nfs_sattrargs arg = { in nfs_proc_setattr() local 152 struct nfs_diropargs arg = { in nfs_proc_lookup() local 202 struct nfs_createargs arg = { in nfs_proc_create() local 238 struct nfs_createargs arg = { in nfs_proc_mknod() local 284 struct nfs_removeargs arg = { in nfs_proc_remove() local 319 struct nfs_renameargs arg = { in nfs_proc_rename() local 344 struct nfs_linkargs arg = { in nfs_proc_link() local 370 struct nfs_symlinkargs arg = { in nfs_proc_symlink() local 412 struct nfs_createargs arg = { in nfs_proc_mkdir() local 442 struct nfs_diropargs arg = { in nfs_proc_rmdir() local [all …]
|
D | nfs3proc.c | 120 struct nfs3_sattrargs arg = { in nfs3_proc_setattr() local 147 struct nfs3_diropargs arg = { in nfs3_proc_lookup() local 182 struct nfs3_accessargs arg = { in nfs3_proc_access() local 260 } arg; member 388 struct nfs_removeargs arg = { in nfs3_proc_remove() local 431 struct nfs3_renameargs arg = { in nfs3_proc_rename() local 464 struct nfs3_linkargs arg = { in nfs3_proc_link() local 558 struct nfs3_diropargs arg = { in nfs3_proc_rmdir() local 594 struct nfs3_readdirargs arg = { in nfs3_proc_readdir() local
|
/fs/xfs/linux-2.6/ |
D | xfs_ioctl.c | 382 void __user *arg) in xfs_fssetdm_by_handle() 419 void __user *arg) in xfs_attrlist_by_handle() 537 void __user *arg) in xfs_attrmulti_by_handle() 667 void __user *arg) in xfs_ioc_bulkstat() 726 void __user *arg) in xfs_ioc_fsgeometry_v1() 743 void __user *arg) in xfs_ioc_fsgeometry() 815 void __user *arg) in xfs_ioc_fsgetxattr() 1163 void __user *arg) in xfs_ioc_fssetxattr() 1181 void __user *arg) in xfs_ioc_getxflags() 1195 void __user *arg) in xfs_ioc_setxflags() [all …]
|
D | xfs_ioctl32.c | 356 void __user *arg) in xfs_compat_attrlist_by_handle() 406 void __user *arg) in xfs_compat_attrmulti_by_handle() 499 void __user *arg) in xfs_compat_fssetdm_by_handle() 543 void __user *arg = (void __user *)p; in xfs_file_compat_ioctl() local
|
D | xfs_sync.c | 425 void *arg) in xfs_flush_inode_work() 450 void *arg) in xfs_flush_device_work() 496 void *arg) in xfssyncd()
|
/fs/ncpfs/ |
D | ioctl.c | 38 struct ncp_fs_info __user *arg) in ncp_get_fs_info() 68 struct ncp_fs_info_v2 __user * arg) in ncp_get_fs_info_v2() 139 struct compat_ncp_fs_info_v2 __user * arg) in ncp_get_compat_fs_info_v2() 177 ncp_set_charsets(struct ncp_server* server, struct ncp_nls_ioctl __user *arg) in ncp_set_charsets() 235 ncp_get_charsets(struct ncp_server* server, struct ncp_nls_ioctl __user *arg) in ncp_get_charsets() 266 unsigned int cmd, unsigned long arg) in __ncp_ioctl() 853 unsigned int cmd, unsigned long arg) in ncp_ioctl() 874 long ncp_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ncp_compat_ioctl()
|
/fs/ext2/ |
D | ioctl.c | 21 long ext2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ext2_ioctl() 158 long ext2_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ext2_compat_ioctl()
|
/fs/gfs2/ |
D | util.h | 15 #define fs_printk(level, fs, fmt, arg...) \ argument 18 #define fs_info(fs, fmt, arg...) \ argument 21 #define fs_warn(fs, fmt, arg...) \ argument 24 #define fs_err(fs, fmt, arg...) \ argument
|
/fs/reiserfs/ |
D | ioctl.c | 24 unsigned long arg) in reiserfs_ioctl() 119 unsigned long arg) in reiserfs_compat_ioctl()
|
/fs/gfs2/locking/dlm/ |
D | lock_dlm.h | 127 #define log_print(lev, fmt, arg...) printk(lev "lock_dlm: " fmt "\n" , ## arg) argument 128 #define log_info(fmt, arg...) log_print(KERN_INFO , fmt , ## arg) argument 129 #define log_error(fmt, arg...) log_print(KERN_ERR , fmt , ## arg) argument 131 #define log_debug(fmt, arg...) log_print(KERN_DEBUG , fmt , ## arg) argument 133 #define log_debug(fmt, arg...) argument
|
/fs/ocfs2/ |
D | ioctl.c | 111 long ocfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ocfs2_ioctl() 170 long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg) in ocfs2_compat_ioctl()
|
/fs/ubifs/ |
D | ioctl.c | 148 long ubifs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ubifs_ioctl() 192 long ubifs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ubifs_compat_ioctl()
|
/fs/ext4/ |
D | ioctl.c | 21 long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ext4_ioctl() 272 long ext4_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ext4_compat_ioctl()
|
/fs/ext3/ |
D | ioctl.c | 22 unsigned long arg) in ext3_ioctl() 300 long ext3_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ext3_compat_ioctl()
|
/fs/btrfs/ |
D | ioctl.c | 444 static int btrfs_ioctl_resize(struct btrfs_root *root, void __user *arg) in btrfs_ioctl_resize() 554 void __user *arg, int subvol) in btrfs_ioctl_snap_create() 670 static long btrfs_ioctl_add_dev(struct btrfs_root *root, void __user *arg) in btrfs_ioctl_add_dev() 695 static long btrfs_ioctl_rm_dev(struct btrfs_root *root, void __user *arg) in btrfs_ioctl_rm_dev() 1097 cmd, unsigned long arg) in btrfs_ioctl()
|
/fs/jffs2/ |
D | ioctl.c | 15 long jffs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in jffs2_ioctl()
|
/fs/smbfs/ |
D | ioctl.c | 27 unsigned int cmd, unsigned long arg) in smb_ioctl()
|
/fs/nfsd/ |
D | nfs4proc.c | 295 void *arg) in nfsd4_putrootfh() 306 void *arg) in nfsd4_restorefh() 317 void *arg) in nfsd4_savefh() 482 void *arg) in nfsd4_lookupp()
|