Searched refs:extent_flags (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | extent_map.h | 34 u32 *num_clusters, unsigned int *extent_flags); 36 u64 *ret_count, unsigned int *extent_flags); 49 unsigned int *extent_flags);
|
| H A D | extent_map.c | 543 unsigned int *extent_flags) in ocfs2_xattr_get_clusters() argument 597 if (extent_flags) in ocfs2_xattr_get_clusters() 598 *extent_flags = rec->e_flags; in ocfs2_xattr_get_clusters() 607 unsigned int *extent_flags) in ocfs2_get_clusters() argument 621 num_clusters, extent_flags); in ocfs2_get_clusters() 656 if (extent_flags) in ocfs2_get_clusters() 657 *extent_flags = flags; in ocfs2_get_clusters() 669 u64 *ret_count, unsigned int *extent_flags) in ocfs2_extent_map_get_blocks() argument 679 extent_flags); in ocfs2_extent_map_get_blocks()
|
| H A D | file.c | 2152 unsigned int extent_flags; in ocfs2_check_range_for_refcount() local 2166 &extent_flags); in ocfs2_check_range_for_refcount() 2172 if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_check_range_for_refcount()
|
| H A D | refcounttree.c | 60 unsigned int *extent_flags); 3161 unsigned int *extent_flags) in ocfs2_di_get_clusters() argument 3164 num_clusters, extent_flags); in ocfs2_di_get_clusters() 3486 unsigned int *extent_flags) in ocfs2_xattr_value_get_clusters() argument 3493 extent_flags); in ocfs2_xattr_value_get_clusters()
|
| /linux/fs/btrfs/ |
| H A D | scrub.c | 1632 u64 extent_flags, u64 extent_gen) in fill_one_extent_info() argument 1644 if (extent_flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in fill_one_extent_info() 1680 u64 extent_flags; in scrub_find_fill_first_stripe() local 1702 get_extent_info(extent_path, &extent_start, &extent_len, &extent_flags, in scrub_find_fill_first_stripe() 1704 if (extent_flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) in scrub_find_fill_first_stripe() 1706 if (extent_flags & BTRFS_EXTENT_FLAG_DATA) in scrub_find_fill_first_stripe() 1726 extent_flags, extent_gen); in scrub_find_fill_first_stripe() 1740 &extent_flags, &extent_gen); in scrub_find_fill_first_stripe() 1741 if (extent_flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) in scrub_find_fill_first_stripe() 1743 if (extent_flags & BTRFS_EXTENT_FLAG_DATA) in scrub_find_fill_first_stripe() [all …]
|