Home
last modified time | relevance | path

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

/fs/
A Dnsfs.c22 static long ns_ioctl(struct file *filp, unsigned int ioctl,
180 static long ns_ioctl(struct file *filp, unsigned int ioctl, in ns_ioctl() argument
193 if (!nsfs_ioctl_valid(ioctl)) in ns_ioctl()
197 switch (ioctl) { in ns_ioctl()
240 if (ioctl == NS_GET_PID_IN_PIDNS || in ns_ioctl()
241 ioctl == NS_GET_TGID_IN_PIDNS) in ns_ioctl()
248 switch (ioctl) { in ns_ioctl()
273 switch (_IOC_NR(ioctl)) { in ns_ioctl()
277 size_t usize = _IOC_SIZE(ioctl); in ns_ioctl()
298 size_t usize = _IOC_SIZE(ioctl); in ns_ioctl()
A Dioctl.c584 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
639 COMPAT_SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, in COMPAT_SYSCALL_DEFINE3() argument
A DMakefile12 ioctl.o readdir.o select.o dcache.o inode.o \
/fs/autofs/
A DMakefile8 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
/fs/ext2/
A DMakefile9 ioctl.o namei.o super.o symlink.o trace.o
/fs/hfsplus/
A DMakefile8 hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \
/fs/nilfs2/
A DMakefile6 ifile.o alloc.o gcinode.o ioctl.o sysfs.o
/fs/jfs/
A DMakefile13 resize.o xattr.o ioctl.o
/fs/fuse/
A DMakefile13 fuse-y := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.o ioctl.o
/fs/ceph/
A DMakefile8 ceph-y := super.o inode.o dir.o file.o locks.o addr.o ioctl.o \
/fs/ubifs/
A DMakefile7 ubifs-y += recovery.o ioctl.o lpt_commit.o tnc_misc.o debug.o
/fs/jffs2/
A DMakefile9 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
/fs/ext4/
A DMakefile10 indirect.o inline.o inode.o ioctl.o mballoc.o migrate.o \
/fs/ocfs2/
A DMakefile24 ioctl.o \
/fs/smb/client/
A DMakefile11 readdir.o ioctl.o sess.o export.o unc.o winucase.o \
A Dtrace.h1406 DEFINE_SMB3_IOCTL_EVENT(ioctl);
/fs/proc/
A Dinode.c372 __auto_type ioctl = pde->proc_ops->proc_ioctl; in pde_ioctl() local
373 if (ioctl) in pde_ioctl()
374 return ioctl(file, cmd, arg); in pde_ioctl()
/fs/bcachefs/
A DMakefile46 fs-ioctl.o \
/fs/verity/
A DKconfig12 use an ioctl to enable verity for a file, which causes the
/fs/btrfs/
A DMakefile29 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
/fs/cachefiles/
A Dondemand.c116 static long cachefiles_ondemand_fd_ioctl(struct file *filp, unsigned int ioctl, in cachefiles_ondemand_fd_ioctl() argument
124 if (ioctl != CACHEFILES_IOC_READ_COMPLETE) in cachefiles_ondemand_fd_ioctl()
/fs/coda/
A 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()

Completed in 24 milliseconds