Home
last modified time | relevance | path

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

/fs/
Dnsfs.c19 static long ns_ioctl(struct file *filp, unsigned int ioctl,
188 static long ns_ioctl(struct file *filp, unsigned int ioctl, in ns_ioctl() argument
196 switch (ioctl) { in ns_ioctl()
DMakefile12 ioctl.o readdir.o select.o dcache.o inode.o \
Dioctl.c856 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
910 COMPAT_SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, in COMPAT_SYSCALL_DEFINE3() argument
/fs/autofs/
DMakefile8 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
/fs/proc/
Dinode.c384 typeof_member(struct proc_ops, proc_ioctl) ioctl; in pde_ioctl()
386 ioctl = pde->proc_ops->proc_ioctl; in pde_ioctl()
387 if (ioctl) in pde_ioctl()
388 return ioctl(file, cmd, arg); in pde_ioctl()
/fs/ext2/
DMakefile9 ioctl.o namei.o super.o symlink.o
/fs/fuse/
DMakefile10 fuse-y := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.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/ceph/
DMakefile8 ceph-y := super.o inode.o dir.o file.o locks.o addr.o ioctl.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/jffs2/
DMakefile9 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
/fs/reiserfs/
DMakefile11 item_ops.o ioctl.o xattr.o lock.o
/fs/ext4/
DMakefile10 indirect.o inline.o inode.o ioctl.o mballoc.o migrate.o \
/fs/ocfs2/
DMakefile24 ioctl.o \
/fs/smb/client/
DMakefile11 readdir.o ioctl.o sess.o export.o unc.o winucase.o \
/fs/cachefiles/
Dondemand.c80 static long cachefiles_ondemand_fd_ioctl(struct file *filp, unsigned int ioctl, in cachefiles_ondemand_fd_ioctl() argument
88 if (ioctl != CACHEFILES_IOC_READ_COMPLETE) in cachefiles_ondemand_fd_ioctl()
/fs/btrfs/
DMakefile28 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
/fs/verity/
DKconfig18 use an ioctl to enable verity for a file, which causes the
/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()