Searched refs:fm_start (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/include/uapi/linux/ |
D | fiemap.h | 29 __u64 fm_start; /* logical offset (inclusive) at member
|
/Linux-v5.4/Documentation/filesystems/ |
D | fiemap.txt | 16 __u64 fm_start; /* logical offset (inclusive) at 29 fm_start, and fm_length specify the logical range within the file 32 may start before fm_start, and the range covered by the last returned
|
/Linux-v5.4/fs/ |
D | ioctl.c | 196 error = fiemap_check_ranges(sb, fiemap.fm_start, fiemap.fm_length, in ioctl_fiemap() 213 error = inode->i_op->fiemap(inode, &fieinfo, fiemap.fm_start, len); in ioctl_fiemap()
|
/Linux-v5.4/fs/ext4/ |
D | ioctl.c | 790 error = fiemap_check_ranges(sb, fiemap.fm_start, fiemap.fm_length, in ext4_ioctl_get_es_cache() 807 error = ext4_get_es_cache(inode, &fieinfo, fiemap.fm_start, len); in ext4_ioctl_get_es_cache()
|