Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dballoc.c716 static inline int test_root(ext4_group_t a, int b) in test_root() function
754 if (test_root(group, 3) || (test_root(group, 5)) || in ext4_bg_has_super()
755 test_root(group, 7)) in ext4_bg_has_super()
/linux-4.1.27/fs/ext2/
Dballoc.c1490 static inline int test_root(int a, int b) in test_root() function
1503 return (test_root(group, 3) || test_root(group, 5) || in ext2_group_sparse()
1504 test_root(group, 7)); in ext2_group_sparse()
/linux-4.1.27/fs/ext3/
Dballoc.c1830 static inline int test_root(int a, int b) in test_root() function
1845 return (test_root(group, 7) || test_root(group, 5) || in ext3_group_sparse()
1846 test_root(group, 3)); in ext3_group_sparse()