Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dfiemap.h32 __u32 fm_flags; /* FIEMAP_FLAG_* flags for request (in/out) */ member
/linux-2.6.39/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-2.6.39/fs/
Dioctl.c197 fieinfo.fi_flags = fiemap.fm_flags; in ioctl_fiemap()
210 fiemap.fm_flags = fieinfo.fi_flags; in ioctl_fiemap()