Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dhash_utils_64.c1145 u32 **sbpm, *sbpp; in subpage_protection() local
1157 sbpp = sbpm[(ea >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_protection()
1158 if (!sbpp) in subpage_protection()
1160 spp = sbpp[(ea >> PAGE_SHIFT) & (SBP_L1_COUNT - 1)]; in subpage_protection()
/Linux-v4.19/fs/nilfs2/
Dthe_nilfs.c493 struct nilfs_super_block **sbpp) in nilfs_load_super_block() argument
551 *sbpp = sbp[0]; in nilfs_load_super_block()