Home
last modified time | relevance | path

Searched refs:fm_flags (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dfiemap.h33 __u32 fm_flags; /* FIEMAP_FLAG_* flags for request (in/out) */ member
/Linux-v5.10/Documentation/filesystems/
Dfiemap.rst22 __u32 fm_flags; /* FIEMAP_FLAG_* flags for request (in/out) */
38 set in fm_flags. If the kernel doesn't understand some particular
39 flags, it will return EBADR and the contents of fm_flags will contain
41 with all flags passed, the contents of fm_flags will be unmodified.
54 The following flags can be set in fm_flags:
/Linux-v5.10/fs/
Dioctl.c212 fieinfo.fi_flags = fiemap.fm_flags; in ioctl_fiemap()
219 fiemap.fm_flags = fieinfo.fi_flags; in ioctl_fiemap()
/Linux-v5.10/fs/ext4/
Dioctl.c798 fieinfo.fi_flags = fiemap.fm_flags; in ext4_ioctl_get_es_cache()
804 fiemap.fm_flags = fieinfo.fi_flags; in ext4_ioctl_get_es_cache()