Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ocfs2/
A Dextent_map.h34 u32 *num_clusters, unsigned int *extent_flags);
36 u64 *ret_count, unsigned int *extent_flags);
49 unsigned int *extent_flags);
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()
A 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()
A 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-6.3-rc2/fs/btrfs/
A Dscrub.c3214 u64 extent_flags; in scrub_raid56_data_stripe_for_parity() local
3228 get_extent_info(path, &extent_start, &extent_size, &extent_flags, in scrub_raid56_data_stripe_for_parity()
3232 if ((extent_flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) && in scrub_raid56_data_stripe_for_parity()
3283 extent_dev, extent_flags, in scrub_raid56_data_stripe_for_parity()
3438 u64 extent_flags; in scrub_simple_mirror() local
3481 &extent_flags, &extent_gen); in scrub_simple_mirror()
3497 if (extent_flags & BTRFS_EXTENT_FLAG_DATA) { in scrub_simple_mirror()
3504 if ((extent_flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) && in scrub_simple_mirror()
3518 device, extent_flags, extent_gen, in scrub_simple_mirror()
A Dextent-tree.c135 u64 extent_flags; in btrfs_lookup_extent_info() local
188 extent_flags = btrfs_extent_flags(leaf, ei); in btrfs_lookup_extent_info()
203 extent_flags = 0; in btrfs_lookup_extent_info()
231 extent_flags |= head->extent_op->flags_to_set; in btrfs_lookup_extent_info()
245 *flags = extent_flags; in btrfs_lookup_extent_info()
A Daccessors.h326 BTRFS_SETGET_FUNCS(extent_flags, struct btrfs_extent_item, flags, 64);

Completed in 44 milliseconds