Home
last modified time | relevance | path

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

/linux-6.15/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.c543 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 Dfile.c2146 unsigned int extent_flags; in ocfs2_check_range_for_refcount() local
2160 &extent_flags); in ocfs2_check_range_for_refcount()
2166 if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_check_range_for_refcount()
H A Drefcounttree.c59 unsigned int *extent_flags);
3160 unsigned int *extent_flags) in ocfs2_di_get_clusters() argument
3163 num_clusters, extent_flags); in ocfs2_di_get_clusters()
3485 unsigned int *extent_flags) in ocfs2_xattr_value_get_clusters() argument
3492 extent_flags); in ocfs2_xattr_value_get_clusters()
/linux-6.15/fs/btrfs/
H A Dscrub.c1485 u64 extent_flags, u64 extent_gen) in fill_one_extent_info() argument
1497 if (extent_flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in fill_one_extent_info()
1540 u64 extent_flags; in scrub_find_fill_first_stripe() local
1560 get_extent_info(extent_path, &extent_start, &extent_len, &extent_flags, in scrub_find_fill_first_stripe()
1562 if (extent_flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) in scrub_find_fill_first_stripe()
1564 if (extent_flags & BTRFS_EXTENT_FLAG_DATA) in scrub_find_fill_first_stripe()
1584 extent_flags, extent_gen); in scrub_find_fill_first_stripe()
1598 &extent_flags, &extent_gen); in scrub_find_fill_first_stripe()
1599 if (extent_flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) in scrub_find_fill_first_stripe()
1601 if (extent_flags & BTRFS_EXTENT_FLAG_DATA) in scrub_find_fill_first_stripe()
[all …]
H A Dextent-tree.c106 u64 extent_flags; in btrfs_lookup_extent_info() local
172 extent_flags = btrfs_extent_flags(leaf, ei); in btrfs_lookup_extent_info()
176 extent_flags = 0; in btrfs_lookup_extent_info()
201 extent_flags |= head->extent_op->flags_to_set; in btrfs_lookup_extent_info()
213 *flags = extent_flags; in btrfs_lookup_extent_info()
H A Daccessors.h341 BTRFS_SETGET_FUNCS(extent_flags, struct btrfs_extent_item, flags, 64);
/linux-6.15/fs/bcachefs/
H A Dbcachefs_format.h698 x(extent_flags, BCH_VERSION(1, 25))