Home
last modified time | relevance | path

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

/fs/ocfs2/
Dextent_map.h49 u32 *num_clusters, unsigned int *extent_flags);
51 u64 *ret_count, unsigned int *extent_flags);
61 unsigned int *extent_flags);
Dextent_map.c547 unsigned int *extent_flags) in ocfs2_xattr_get_clusters() argument
601 if (extent_flags) in ocfs2_xattr_get_clusters()
602 *extent_flags = rec->e_flags; in ocfs2_xattr_get_clusters()
612 unsigned int *extent_flags) in ocfs2_get_clusters() argument
626 num_clusters, extent_flags); in ocfs2_get_clusters()
661 if (extent_flags) in ocfs2_get_clusters()
662 *extent_flags = flags; in ocfs2_get_clusters()
674 u64 *ret_count, unsigned int *extent_flags) in ocfs2_extent_map_get_blocks() argument
684 extent_flags); in ocfs2_extent_map_get_blocks()
Dfile.c2039 unsigned int extent_flags; in ocfs2_check_range_for_refcount() local
2053 &extent_flags); in ocfs2_check_range_for_refcount()
2059 if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_check_range_for_refcount()
Drefcounttree.c67 unsigned int *extent_flags);
3198 unsigned int *extent_flags) in ocfs2_di_get_clusters() argument
3201 num_clusters, extent_flags); in ocfs2_di_get_clusters()
3524 unsigned int *extent_flags) in ocfs2_xattr_value_get_clusters() argument
3531 extent_flags); in ocfs2_xattr_value_get_clusters()
/fs/btrfs/
Dextent-tree.c821 u64 extent_flags; in btrfs_lookup_extent_info() local
874 extent_flags = btrfs_extent_flags(leaf, ei); in btrfs_lookup_extent_info()
883 extent_flags = BTRFS_BLOCK_FLAG_FULL_BACKREF; in btrfs_lookup_extent_info()
891 extent_flags = 0; in btrfs_lookup_extent_info()
919 extent_flags |= head->extent_op->flags_to_set; in btrfs_lookup_extent_info()
933 *flags = extent_flags; in btrfs_lookup_extent_info()
Dctree.h1714 BTRFS_SETGET_FUNCS(extent_flags, struct btrfs_extent_item, flags, 64);