Searched refs:ioctl (Results 1 – 20 of 20) sorted by relevance
/fs/ |
D | nsfs.c | 16 static long ns_ioctl(struct file *filp, unsigned int ioctl, 186 static long ns_ioctl(struct file *filp, unsigned int ioctl, in ns_ioctl() argument 194 switch (ioctl) { in ns_ioctl()
|
D | Makefile | 11 ioctl.o readdir.o select.o dcache.o inode.o \
|
D | ioctl.c | 719 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
|
D | compat_ioctl.c | 995 COMPAT_SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, in COMPAT_SYSCALL_DEFINE3() argument
|
/fs/proc/ |
D | inode.c | 264 typeof_member(struct file_operations, unlocked_ioctl) ioctl; in proc_reg_unlocked_ioctl() 266 ioctl = pde->proc_fops->unlocked_ioctl; in proc_reg_unlocked_ioctl() 267 if (ioctl) in proc_reg_unlocked_ioctl() 268 rv = ioctl(file, cmd, arg); in proc_reg_unlocked_ioctl()
|
/fs/autofs/ |
D | Makefile | 8 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
|
/fs/ext2/ |
D | Makefile | 9 ioctl.o namei.o super.o symlink.o
|
/fs/ceph/ |
D | Makefile | 8 ceph-y := super.o inode.o dir.o file.o locks.o addr.o ioctl.o \
|
/fs/hfsplus/ |
D | Makefile | 8 hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \
|
/fs/nilfs2/ |
D | Makefile | 6 ifile.o alloc.o gcinode.o ioctl.o sysfs.o
|
/fs/jfs/ |
D | Makefile | 13 resize.o xattr.o ioctl.o
|
/fs/ubifs/ |
D | Makefile | 7 ubifs-y += recovery.o ioctl.o lpt_commit.o tnc_misc.o debug.o
|
/fs/ext4/ |
D | Makefile | 10 indirect.o inline.o inode.o ioctl.o mballoc.o migrate.o \
|
/fs/reiserfs/ |
D | Makefile | 11 item_ops.o ioctl.o xattr.o lock.o
|
/fs/jffs2/ |
D | Makefile | 9 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
|
/fs/cifs/ |
D | Makefile | 11 readdir.o ioctl.o sess.o export.o smb1ops.o winucase.o \
|
/fs/ocfs2/ |
D | Makefile | 24 ioctl.o \
|
/fs/btrfs/ |
D | Makefile | 9 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
/fs/verity/ |
D | Kconfig | 13 ioctl to enable verity for a file, which causes the filesystem
|
/fs/coda/ |
D | upcall.c | 508 inp->coda_ioctl.data = (char *)(INSIZE(ioctl)); in venus_pioctl() 517 error = coda_upcall(coda_vcp(sb), SIZE(ioctl) + data->vi.in_size, in venus_pioctl()
|