Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ocfs2/
Dextent_map.h34 u32 *num_clusters, unsigned int *extent_flags);
36 u64 *ret_count, unsigned int *extent_flags);
49 unsigned int *extent_flags);
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()
Dfile.c2127 unsigned int extent_flags; in ocfs2_check_range_for_refcount() local
2141 &extent_flags); in ocfs2_check_range_for_refcount()
2147 if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_check_range_for_refcount()
Drefcounttree.c58 unsigned int *extent_flags);
3168 unsigned int *extent_flags) in ocfs2_di_get_clusters() argument
3171 num_clusters, extent_flags); in ocfs2_di_get_clusters()
3493 unsigned int *extent_flags) in ocfs2_xattr_value_get_clusters() argument
3500 extent_flags); in ocfs2_xattr_value_get_clusters()
/Linux-v6.1/fs/btrfs/
Dscrub.c3166 u64 extent_flags; in scrub_raid56_data_stripe_for_parity() local
3180 get_extent_info(path, &extent_start, &extent_size, &extent_flags, in scrub_raid56_data_stripe_for_parity()
3184 if ((extent_flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) && in scrub_raid56_data_stripe_for_parity()
3235 extent_dev, extent_flags, in scrub_raid56_data_stripe_for_parity()
3390 u64 extent_flags; in scrub_simple_mirror() local
3433 &extent_flags, &extent_gen); in scrub_simple_mirror()
3449 if (extent_flags & BTRFS_EXTENT_FLAG_DATA) { in scrub_simple_mirror()
3456 if ((extent_flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) && in scrub_simple_mirror()
3470 device, extent_flags, extent_gen, in scrub_simple_mirror()
Dextent-tree.c129 u64 extent_flags; in btrfs_lookup_extent_info() local
182 extent_flags = btrfs_extent_flags(leaf, ei); in btrfs_lookup_extent_info()
197 extent_flags = 0; in btrfs_lookup_extent_info()
225 extent_flags |= head->extent_op->flags_to_set; in btrfs_lookup_extent_info()
239 *flags = extent_flags; in btrfs_lookup_extent_info()
Dctree.h2039 BTRFS_SETGET_FUNCS(extent_flags, struct btrfs_extent_item, flags, 64);