Home
last modified time | relevance | path

Searched refs:ext2fs_rb_empty_root (Results 1 – 3 of 3) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Drbtree.h136 static inline int ext2fs_rb_empty_root(struct rb_root *root) in ext2fs_rb_empty_root() function
Dblkmap64_rb.c511 if (ext2fs_rb_empty_root(root)) in rb_remove_extent()
660 if (len == 0 || ext2fs_rb_empty_root(&bp->root)) in rb_test_clear_bmap_extent()
762 if (ext2fs_rb_empty_root(&bp->root)) in rb_get_bmap_range()
842 if (ext2fs_rb_empty_root(&bp->root)) in rb_find_first_zero()
879 if (ext2fs_rb_empty_root(&bp->root)) in rb_find_first_set()
/third_party/e2fsprogs/e2fsck/
Dencrypted_files.c435 while (!ext2fs_rb_empty_root(policies)) { in destroy_encryption_policy_map()