Home
last modified time | relevance | path

Searched refs:ioctl (Results 1 – 20 of 20) sorted by relevance

/fs/
Dnsfs.c16 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()
DMakefile11 ioctl.o readdir.o select.o dcache.o inode.o \
Dioctl.c719 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
Dcompat_ioctl.c995 COMPAT_SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, in COMPAT_SYSCALL_DEFINE3() argument
/fs/proc/
Dinode.c264 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/
DMakefile8 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
/fs/ext2/
DMakefile9 ioctl.o namei.o super.o symlink.o
/fs/ceph/
DMakefile8 ceph-y := super.o inode.o dir.o file.o locks.o addr.o ioctl.o \
/fs/hfsplus/
DMakefile8 hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \
/fs/nilfs2/
DMakefile6 ifile.o alloc.o gcinode.o ioctl.o sysfs.o
/fs/jfs/
DMakefile13 resize.o xattr.o ioctl.o
/fs/ubifs/
DMakefile7 ubifs-y += recovery.o ioctl.o lpt_commit.o tnc_misc.o debug.o
/fs/ext4/
DMakefile10 indirect.o inline.o inode.o ioctl.o mballoc.o migrate.o \
/fs/reiserfs/
DMakefile11 item_ops.o ioctl.o xattr.o lock.o
/fs/jffs2/
DMakefile9 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
/fs/cifs/
DMakefile11 readdir.o ioctl.o sess.o export.o smb1ops.o winucase.o \
/fs/ocfs2/
DMakefile24 ioctl.o \
/fs/btrfs/
DMakefile9 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
/fs/verity/
DKconfig13 ioctl to enable verity for a file, which causes the filesystem
/fs/coda/
Dupcall.c508 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()