Home
last modified time | relevance | path

Searched refs:fiemap (Results 1 – 25 of 27) sorted by relevance

12

/linux/Documentation/filesystems/
H A Dfiemap.rst7 The fiemap ioctl is an efficient method for userspace to get file
8 extent mappings. Instead of block-by-block mapping (such as bmap), fiemap
15 A fiemap request is encoded within struct fiemap::
17 struct fiemap {
44 fiemap interface to grow in the future but without losing
68 which userspace must allocate along with the fiemap structure. The
102 the file so that the process making fiemap calls can determine when no
123 (via fiemap->fm_length).
182 File systems wishing to support fiemap must implement a ->fiemap callback on
183 their inode_operations structure. The fs ->fiemap call is responsible for
[all …]
H A Dindex.rst29 fiemap
H A Dlocking.rst77 int (*fiemap)(struct inode *, struct fiemap_extent_info *, u64 start, u64 len);
113 fiemap: no
/linux/fs/iomap/
H A DMakefile15 fiemap.o \
/linux/include/uapi/linux/
H A Dfiemap.h28 struct fiemap { struct
H A Dext4.h32 #define EXT4_IOC_GET_ES_CACHE _IOWR('f', 42, struct fiemap)
H A Dfs.h227 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
/linux/fs/ocfs2/
H A Dsymlink.c93 .fiemap = ocfs2_fiemap,
H A Dfile.c2766 .fiemap = ocfs2_fiemap,
H A Dnamei.c2938 .fiemap = ocfs2_fiemap,
/linux/fs/nilfs2/
H A Dfile.c158 .fiemap = nilfs_fiemap,
H A Dnamei.c550 .fiemap = nilfs_fiemap,
/linux/fs/
H A Dbad_inode.c180 .fiemap = bad_inode_fiemap,
/linux/fs/btrfs/
H A DMakefile36 lru_cache.o raid-stripe-tree.o fiemap.o direct-io.o
/linux/fs/erofs/
H A Dnamei.c223 .fiemap = erofs_fiemap,
H A Dinode.c352 .fiemap = erofs_fiemap,
/linux/tools/include/uapi/linux/
H A Dfs.h227 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h227 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
/linux/fs/hpfs/
H A Dfile.c269 .fiemap = hpfs_fiemap,
/linux/fs/ntfs3/
H A Dnamei.c509 .fiemap = ntfs_fiemap,
H A Dfile.c1292 .fiemap = ntfs_fiemap,
/linux/fs/gfs2/
H A Dinode.c2182 .fiemap = gfs2_fiemap,
2204 .fiemap = gfs2_fiemap,
2219 .fiemap = gfs2_fiemap,
/linux/fs/smb/client/
H A Dsmb2ops.c5340 .fiemap = smb3_fiemap,
5445 .fiemap = smb3_fiemap,
5561 .fiemap = smb3_fiemap,
5677 .fiemap = smb3_fiemap,
H A Dcifsglob.h581 int (*fiemap)(struct cifs_tcon *tcon, struct cifsFileInfo *, member
H A Dcifsfs.c1114 .fiemap = cifs_fiemap,

12