Home
last modified time | relevance | path

Searched refs:get_ino_and_lblk_bits (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dinline_crypt.c63 if (sb->s_cop->get_ino_and_lblk_bits) in fscrypt_get_dun_bytes()
64 sb->s_cop->get_ino_and_lblk_bits(sb, &ino_bits, &lblk_bits); in fscrypt_get_dun_bytes()
H A Dpolicy.c113 if (sb->s_cop->get_ino_and_lblk_bits) in supported_iv_ino_lblk_policy()
114 sb->s_cop->get_ino_and_lblk_bits(sb, &ino_bits, &lblk_bits); in supported_iv_ino_lblk_policy()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscrypt.h68 void (*get_ino_and_lblk_bits)(struct super_block *sb, member
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c2924 .get_ino_and_lblk_bits = f2fs_get_ino_and_lblk_bits,
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c1603 .get_ino_and_lblk_bits = ext4_get_ino_and_lblk_bits,