Searched +path:fs +path:ioctl +path:. +path:c +refs:ioctl (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/fs/ubifs/
H A Dioctl.c25 /* This file implements EXT2-compatible extended attribute ioctl() calls */
53 * ioctl2ubifs - convert ioctl inode flags to UBIFS inode flags.
56 * This function convert ioctl flags (@FS_COMPR_FL, etc) to UBIFS inode flags
78 * ubifs2ioctl - convert UBIFS inode flags to ioctl inode flags.
81 * This function convert UBIFS (@UBIFS_COMPR_FL, etc) to ioctl flags
/linux-4.1.27/fs/jfs/
H A Dioctl.c2 * linux/fs/jfs/ioctl.c
5 * adapted from Remy Card's ext2/ioctl.c
172 /* While these ioctl numbers defined with 'long' and have different jfs_compat_ioctl()
/linux-4.1.27/fs/nilfs2/
H A Dioctl.c2 * ioctl.c - NILFS ioctl operations.
130 * nilfs_ioctl_getflags - ioctl to support lsattr
140 * nilfs_ioctl_setflags - ioctl to support chattr
206 * @cmd: ioctl's request code
210 * given checkpoint between checkpoint and snapshot state. This ioctl
260 * @cmd: ioctl's request code
264 * checkpoint from NILFS2 file system. This ioctl is used in rmcp
316 * requested checkpoints. The NILFS_IOCTL_GET_CPINFO ioctl is used in
338 * @cmd: ioctl's request code
342 * The NILFS_IOCTL_GET_CPSTAT ioctl is used by lscp, rmcp utilities
383 * info about requested segments. The NILFS_IOCTL_GET_SUINFO ioctl is used
405 * @cmd: ioctl's request code
409 * The NILFS_IOCTL_GET_SUSTAT ioctl is used in lssu, nilfs_resize utilities
450 * on virtual block addresses. The NILFS_IOCTL_GET_VINFO ioctl is used
477 * about descriptors of disk block numbers. The NILFS_IOCTL_GET_BDESCS ioctl
512 * @cmd: ioctl's request code
516 * about descriptors of disk block numbers. The NILFS_IOCTL_GET_BDESCS ioctl
865 * @cmd: ioctl's request code
870 * from userspace. The NILFS_IOCTL_CLEAN_SEGMENTS ioctl is used by
911 * argv[4] points to segment numbers this ioctl cleans. We nilfs_ioctl_clean_segments()
990 * @cmd: ioctl's request code
1073 * nilfs_ioctl_trim_fs() - trim ioctl handle function
1077 * Decription: nilfs_ioctl_trim_fs is the FITRIM ioctl handle function. It
1161 * @cmd: ioctl's request code
1210 * @cmd: ioctl's request code
/linux-4.1.27/fs/reiserfs/
H A Dioctl.c15 * reiserfs_ioctl - handler for ioctl for inode
40 * following two cases are taken from fs/ext2/ioctl.c by Remy reiserfs_ioctl()
184 /* ioctl already done */ reiserfs_unpack()
/linux-4.1.27/fs/hfsplus/
H A Dioctl.c2 * linux/fs/hfsplus/ioctl.c
6 * partially derived from linux/fs/ext2/ioctl.c
/linux-4.1.27/fs/cifs/
H A Dioctl.c2 * fs/cifs/ioctl.c
50 cifs_dbg(FYI, "ioctl clone range\n"); cifs_ioctl_clone()
149 cifs_dbg(FYI, "ioctl file %p cmd %u arg %lu\n", filep, command, arg); cifs_ioctl()
217 cifs_dbg(FYI, "unsupported ioctl\n"); cifs_ioctl()
/linux-4.1.27/fs/
H A Dioctl.c2 * linux/fs/ioctl.c
25 * vfs_ioctl - call filesystem specific ioctl methods
26 * @filp: open file to invoke ioctl method on
27 * @cmd: ioctl command to execute
28 * @arg: command-specific argument for ioctl
613 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) SYSCALL_DEFINE3()
/linux-4.1.27/fs/ext2/
H A Dioctl.c2 * linux/fs/ext2/ioctl.c
/linux-4.1.27/fs/ceph/
H A Dioctl.c6 #include "ioctl.h"
273 dout("ioctl file %p cmd %u arg %lu\n", file, cmd, arg); ceph_ioctl()
/linux-4.1.27/fs/ocfs2/
H A Dioctl.c2 * linux/fs/ocfs2/ioctl.c
5 * adapted from Remy Card's ext2/ioctl.c
23 #include "ioctl.h"
/linux-4.1.27/fs/ext3/
H A Dioctl.c2 * linux/fs/ext3/ioctl.c
/linux-4.1.27/fs/ncpfs/
H A Dioctl.c2 * ioctl.c
14 #include <linux/ioctl.h>
/linux-4.1.27/fs/ext4/
H A Dioctl.c2 * linux/fs/ext4/ioctl.c
/linux-4.1.27/fs/btrfs/
H A Dioctl.c104 * Export inode flags to the format expected by the FS_IOC_GETFLAGS ioctl.
2374 * as the dir to be deleted. That means the ioctl btrfs_ioctl_snap_destroy()
2985 * ioctl to something sane. btrfs_ioctl_file_extent_same()

Completed in 520 milliseconds