Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfiemap.h33 __u32 fm_flags; /* FIEMAP_FLAG_* flags for request (in/out) */ member
/Linux-v4.19/Documentation/filesystems/
Dfiemap.txt20 __u32 fm_flags; /* FIEMAP_FLAG_* flags for request (in/out) */
36 set in fm_flags. If the kernel doesn't understand some particular
37 flags, it will return EBADR and the contents of fm_flags will contain
39 with all flags passed, the contents of fm_flags will be unmodified.
52 The following flags can be set in fm_flags:
/Linux-v4.19/fs/
Dioctl.c201 fieinfo.fi_flags = fiemap.fm_flags; in ioctl_fiemap()
214 fiemap.fm_flags = fieinfo.fi_flags; in ioctl_fiemap()