Home
last modified time | relevance | path

Searched refs:has_stable_inodes (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dpolicy.c106 if (!sb->s_cop->has_stable_inodes || in supported_iv_ino_lblk_policy()
107 !sb->s_cop->has_stable_inodes(sb)) { in supported_iv_ino_lblk_policy()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscrypt.h67 bool (*has_stable_inodes)(struct super_block *sb); member
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c2923 .has_stable_inodes = f2fs_has_stable_inodes,
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c1602 .has_stable_inodes = ext4_has_stable_inodes,