retrieve the physical layout of the filesystem NAME ioctl_fsmap, FS_IOC_GETFSMAP - retrieve the physical layout of the filesystem LIBRARY Standard C library ( libc , -lc...retrieve the physical layout of the filesystem NAME ioctl_fsmap, FS_IOC_GETFSMAP - retrieve the physical layout of the filesystem LIBRARY Standard C library ( libc , -lc...get or set a filesystem label NAME FS_IOC_GETFSLABEL, FS_IOC_SETFSLABEL - get or set a filesystem label LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/fs.h> /* …get or set a filesystem label NAME FS_IOC_GETFSLABEL, FS_IOC_SETFSLABEL - get or set a filesystem label LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/fs.h> /* …ioctl() operations for inode flags NAME FS_IOC_GETFLAGS, FS_IOC_SETFLAGS - ioctl() operations for inode flags SYNOPSIS #include <linux/fs.h> /* Definition of FS_* constants */ #inc…ioctl() operations for inode flags NAME FS_IOC_GETFLAGS, FS_IOC_SETFLAGS - ioctl() operations for inode flags SYNOPSIS #include <linux/fs.h> /* Definition of FS_* constants */ #inc…filesystem operations NAME ioctl_fs - filesystem operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/fs.h> /* Definition of op constants */ #include <sys/…share some the data of one file with another file NAME FICLONE, FICLONERANGE - share some the data of one file with another file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS …share some the data of one file with another file NAME FICLONE, FICLONERANGE - share some the data of one file with another file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS …Extended attributes NAME xattr - Extended attributes DESCRIPTION Extended attributes are name:value pairs associated permanently with files and directories, similar to the environm…set an extended attribute value NAME setxattr, lsetxattr, fsetxattr - set an extended attribute value LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/xattr.h> int …set an extended attribute value NAME setxattr, lsetxattr, fsetxattr - set an extended attribute value LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/xattr.h> int …set an extended attribute value NAME setxattr, lsetxattr, fsetxattr - set an extended attribute value LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/xattr.h> int …ioctl() operations for General notification mechanism NAME ioctl_pipe - ioctl() operations for General notification mechanism SYNOPSIS #include <linux/watch_queue.h> /* Definition …share some the data of one file with another file NAME FIDEDUPERANGE - share some the data of one file with another file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include…make a new name for a file NAME link, linkat - make a new name for a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int link(const char * oldpath , con…make a new name for a file NAME link, linkat - make a new name for a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int link(const char * oldpath , con…delete a name and possibly the file it refers to NAME unlink, unlinkat - delete a name and possibly the file it refers to LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #includ…delete a name and possibly the file it refers to NAME unlink, unlinkat - delete a name and possibly the file it refers to LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #includ…change permissions of a file NAME chmod, fchmod, fchmodat - change permissions of a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/stat.h> int chmod(const ch…