Searched refs:FIEMAP_EXTENT_LAST (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfiemap.h46 #define FIEMAP_EXTENT_LAST 0x00000001 /* Last extent in file. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dioctl.c95 return (flags & FIEMAP_EXTENT_LAST) ? 1 : 0;
121 return (flags & FIEMAP_EXTENT_LAST) ? 1 : 0;
301 * marked with FIEMAP_EXTENT_LAST
312 flags = FIEMAP_EXTENT_MERGED|FIEMAP_EXTENT_LAST;
334 * block FIEMAP_EXTENT_LAST. In this case we want to
370 * is marked with FIEMAP_EXTENT_LAST
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dextent_map.c722 u32 flags = FIEMAP_EXTENT_DATA_INLINE|FIEMAP_EXTENT_LAST;
808 fe_flags |= FIEMAP_EXTENT_LAST;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_iops.c627 fiemap_flags |= FIEMAP_EXTENT_LAST;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dops_inode.c1321 u32 flags = FIEMAP_EXTENT_LAST|FIEMAP_EXTENT_NOT_ALIGNED|
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dextent_io.c2991 flags |= FIEMAP_EXTENT_LAST;
3021 flags |= FIEMAP_EXTENT_LAST;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dextents.c3865 flags |= FIEMAP_EXTENT_LAST;
3889 __u32 flags = FIEMAP_EXTENT_LAST;

Completed in 210 milliseconds