Searched refs:ioctl (Results 1 – 22 of 22) sorted by relevance
| /fs/ |
| A D | nsfs.c | 22 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 D | ioctl.c | 584 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 D | Makefile | 12 ioctl.o readdir.o select.o dcache.o inode.o \
|
| /fs/autofs/ |
| A D | Makefile | 8 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
|
| /fs/ext2/ |
| A D | Makefile | 9 ioctl.o namei.o super.o symlink.o trace.o
|
| /fs/hfsplus/ |
| A D | Makefile | 8 hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \
|
| /fs/nilfs2/ |
| A D | Makefile | 6 ifile.o alloc.o gcinode.o ioctl.o sysfs.o
|
| /fs/jfs/ |
| A D | Makefile | 13 resize.o xattr.o ioctl.o
|
| /fs/fuse/ |
| A D | Makefile | 13 fuse-y := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.o ioctl.o
|
| /fs/ceph/ |
| A D | Makefile | 8 ceph-y := super.o inode.o dir.o file.o locks.o addr.o ioctl.o \
|
| /fs/ubifs/ |
| A D | Makefile | 7 ubifs-y += recovery.o ioctl.o lpt_commit.o tnc_misc.o debug.o
|
| /fs/jffs2/ |
| A D | Makefile | 9 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
|
| /fs/ext4/ |
| A D | Makefile | 10 indirect.o inline.o inode.o ioctl.o mballoc.o migrate.o \
|
| /fs/ocfs2/ |
| A D | Makefile | 24 ioctl.o \
|
| /fs/smb/client/ |
| A D | Makefile | 11 readdir.o ioctl.o sess.o export.o unc.o winucase.o \
|
| A D | trace.h | 1406 DEFINE_SMB3_IOCTL_EVENT(ioctl);
|
| /fs/proc/ |
| A D | inode.c | 372 __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 D | Makefile | 46 fs-ioctl.o \
|
| /fs/verity/ |
| A D | Kconfig | 12 use an ioctl to enable verity for a file, which causes the
|
| /fs/btrfs/ |
| A D | Makefile | 29 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
| /fs/cachefiles/ |
| A D | ondemand.c | 116 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 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()
|
Completed in 24 milliseconds