Home
last modified time | relevance | path

Searched refs:test_root (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ext4/
Dballoc.c773 static inline int test_root(ext4_group_t a, int b) in test_root() function
810 if (test_root(group, 3) || (test_root(group, 5)) || in ext4_bg_has_super()
811 test_root(group, 7)) in ext4_bg_has_super()
/linux-4.19.296/fs/ext2/
Dballoc.c1511 static inline int test_root(int a, int b) in test_root() function
1524 return (test_root(group, 3) || test_root(group, 5) || in ext2_group_sparse()
1525 test_root(group, 7)); in ext2_group_sparse()