Searched refs:fiemap (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dioctl.c22 /* So that the fiemap access checks can't overflow on 32 bit machines. */
70 * @fieinfo: Fiemap context passed into ->fiemap
76 * Called from file system ->fiemap callback. Will populate extent
126 * fiemap_check_flags - check validity of requested flags for fiemap
127 * @fieinfo: Fiemap context passed into ->fiemap
128 * @fs_flags: Set of fiemap flags that the file system understands
130 * Called from file system ->fiemap callback. This will compute the
131 * intersection of valid fiemap flags and those that the fs supports. That
176 struct fiemap fiemap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfiemap.h27 struct fiemap { struct
H A Dfs.h314 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
375 #include <linux/fiemap.h>
1533 int (*fiemap)(struct inode *, struct fiemap_extent_info *, u64 start, member in struct:inode_operations
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dsymlink.c166 .fiemap = ocfs2_fiemap,
178 .fiemap = ocfs2_fiemap,
H A Dextent_map.c29 #include <linux/fiemap.h>
710 * it not only handles the fiemap for inlined files, but also deals
H A Dfile.c2573 .fiemap = ocfs2_fiemap,
H A Dnamei.c2502 .fiemap = ocfs2_fiemap,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dfile.c106 .fiemap = ext2_fiemap,
H A Dinode.c33 #include <linux/fiemap.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dfile.c83 .fiemap = ext3_fiemap,
H A Dinode.c39 #include <linux/fiemap.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dfile.c163 .fiemap = ext4_fiemap,
H A Dnamei.c2502 .fiemap = ext4_fiemap,
H A Dextents.c43 #include <linux/fiemap.h>
3881 /* fiemap flags we can handle specified here */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dops_inode.c20 #include <linux/fiemap.h>
1351 .fiemap = gfs2_fiemap,
1371 .fiemap = gfs2_fiemap,
1385 .fiemap = gfs2_fiemap,
/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.c50 #include <linux/fiemap.h>
598 * Call fiemap helper to fill in user data.
689 .fiemap = xfs_vn_fiemap,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dinode.c6816 .fiemap = btrfs_fiemap,

Completed in 404 milliseconds