Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1222 u32 **sbpm, *sbpp; in subpage_protection() local
1237 sbpp = sbpm[(ea >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_protection()
1238 if (!sbpp) in subpage_protection()
1240 spp = sbpp[(ea >> PAGE_SHIFT) & (SBP_L1_COUNT - 1)]; in subpage_protection()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dthe_nilfs.c488 struct nilfs_super_block **sbpp) in nilfs_load_super_block() argument
546 *sbpp = sbp[0]; in nilfs_load_super_block()