Home
last modified time | relevance | path

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

/fs/
Dnsfs.c13 static long ns_ioctl(struct file *filp, unsigned int ioctl,
164 static long ns_ioctl(struct file *filp, unsigned int ioctl, in ns_ioctl() argument
169 switch (ioctl) { in ns_ioctl()
DMakefile10 ioctl.o readdir.o select.o dcache.o inode.o \
Dioctl.c685 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
Dcompat_ioctl.c1549 COMPAT_SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, in COMPAT_SYSCALL_DEFINE3() argument
/fs/proc/
Dinode.c240 long (*ioctl)(struct file *, unsigned int, unsigned long); in proc_reg_unlocked_ioctl() local
242 ioctl = pde->proc_fops->unlocked_ioctl; in proc_reg_unlocked_ioctl()
243 if (ioctl) in proc_reg_unlocked_ioctl()
244 rv = ioctl(file, cmd, arg); in proc_reg_unlocked_ioctl()
/fs/autofs4/
DMakefile7 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
/fs/ncpfs/
DMakefile7 ncpfs-y := dir.o file.o inode.o ioctl.o mmap.o ncplib_kernel.o sock.o \
/fs/ext2/
DMakefile8 ioctl.o namei.o super.o symlink.o
/fs/ceph/
DMakefile7 ceph-y := super.o inode.o dir.o file.o locks.o addr.o ioctl.o \
/fs/nilfs2/
DMakefile5 ifile.o alloc.o gcinode.o ioctl.o sysfs.o
/fs/hfsplus/
DMakefile7 hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \
/fs/jfs/
DMakefile12 resize.o xattr.o ioctl.o
/fs/ubifs/
DMakefile6 ubifs-y += recovery.o ioctl.o lpt_commit.o tnc_misc.o xattr.o debug.o
/fs/ext4/
DMakefile8 ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \
/fs/jffs2/
DMakefile8 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
/fs/cifs/
DMakefile9 readdir.o ioctl.o sess.o export.o smb1ops.o winucase.o
/fs/reiserfs/
DMakefile10 item_ops.o ioctl.o xattr.o lock.o
/fs/ocfs2/
DMakefile23 ioctl.o \
/fs/btrfs/
DMakefile8 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
/fs/coda/
Dupcall.c507 inp->coda_ioctl.data = (char *)(INSIZE(ioctl)); in venus_pioctl()
516 error = coda_upcall(coda_vcp(sb), SIZE(ioctl) + data->vi.in_size, in venus_pioctl()