Searched refs:test_root (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | balloc.c | 815 static inline int test_root(ext4_group_t a, int b) in test_root() function 852 if (test_root(group, 3) || (test_root(group, 5)) || in ext4_bg_has_super() 853 test_root(group, 7)) in ext4_bg_has_super()
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | balloc.c | 1493 static inline int test_root(int a, int b) in test_root() function 1506 return (test_root(group, 3) || test_root(group, 5) || in ext2_group_sparse() 1507 test_root(group, 7)); in ext2_group_sparse()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | balloc.c | 825 static inline int test_root(ext4_group_t a, int b) in test_root() function 862 if (test_root(group, 3) || (test_root(group, 5)) || in ext4_bg_has_super() 863 test_root(group, 7)) in ext4_bg_has_super()
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | balloc.c | 1482 static inline int test_root(int a, int b) in test_root() function 1495 return (test_root(group, 3) || test_root(group, 5) || in ext2_group_sparse() 1496 test_root(group, 7)); in ext2_group_sparse()
|
Completed in 7 milliseconds