Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dcrypto.c238 .has_stable_inodes = ext4_has_stable_inodes,
/linux-6.15/fs/crypto/
H A Dpolicy.c145 if (!sb->s_cop->has_stable_inodes || in supported_iv_ino_lblk_policy()
146 !sb->s_cop->has_stable_inodes(sb)) { in supported_iv_ino_lblk_policy()
/linux-6.15/include/linux/
H A Dfscrypt.h175 bool (*has_stable_inodes)(struct super_block *sb); member
/linux-6.15/fs/f2fs/
H A Dsuper.c3324 .has_stable_inodes = f2fs_has_stable_inodes,