Home
last modified time | relevance | path

Searched refs:extent_flags (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/ocfs2/
H A Dextent_map.h34 u32 *num_clusters, unsigned int *extent_flags);
36 u64 *ret_count, unsigned int *extent_flags);
49 unsigned int *extent_flags);
H A Dextent_map.c533 unsigned int *extent_flags) in ocfs2_xattr_get_clusters() argument
587 if (extent_flags) in ocfs2_xattr_get_clusters()
588 *extent_flags = rec->e_flags; in ocfs2_xattr_get_clusters()
597 unsigned int *extent_flags) in ocfs2_get_clusters() argument
611 num_clusters, extent_flags); in ocfs2_get_clusters()
646 if (extent_flags) in ocfs2_get_clusters()
647 *extent_flags = flags; in ocfs2_get_clusters()
659 u64 *ret_count, unsigned int *extent_flags) in ocfs2_extent_map_get_blocks() argument
669 extent_flags); in ocfs2_extent_map_get_blocks()
H A Dfile.c2134 unsigned int extent_flags; in ocfs2_check_range_for_refcount() local
2148 &extent_flags); in ocfs2_check_range_for_refcount()
2154 if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_check_range_for_refcount()
H A Drefcounttree.c58 unsigned int *extent_flags);
3169 unsigned int *extent_flags) in ocfs2_di_get_clusters() argument
3172 num_clusters, extent_flags); in ocfs2_di_get_clusters()
3494 unsigned int *extent_flags) in ocfs2_xattr_value_get_clusters() argument
3501 extent_flags); in ocfs2_xattr_value_get_clusters()
/openbmc/linux/fs/btrfs/
H A Dscrub.c1482 u64 extent_flags, u64 extent_gen) in fill_one_extent_info() argument
1494 if (extent_flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in fill_one_extent_info()
1537 u64 extent_flags; in scrub_find_fill_first_stripe() local
1553 get_extent_info(extent_path, &extent_start, &extent_len, &extent_flags, in scrub_find_fill_first_stripe()
1555 if (extent_flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) in scrub_find_fill_first_stripe()
1557 if (extent_flags & BTRFS_EXTENT_FLAG_DATA) in scrub_find_fill_first_stripe()
1577 extent_flags, extent_gen); in scrub_find_fill_first_stripe()
1591 &extent_flags, &extent_gen); in scrub_find_fill_first_stripe()
1592 if (extent_flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) in scrub_find_fill_first_stripe()
1594 if (extent_flags & BTRFS_EXTENT_FLAG_DATA) in scrub_find_fill_first_stripe()
[all …]
H A Dextent-tree.c114 u64 extent_flags; in btrfs_lookup_extent_info() local
167 extent_flags = btrfs_extent_flags(leaf, ei); in btrfs_lookup_extent_info()
184 extent_flags = 0; in btrfs_lookup_extent_info()
212 extent_flags |= head->extent_op->flags_to_set; in btrfs_lookup_extent_info()
226 *flags = extent_flags; in btrfs_lookup_extent_info()
H A Daccessors.h325 BTRFS_SETGET_FUNCS(extent_flags, struct btrfs_extent_item, flags, 64);