Home
last modified time | relevance | path

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

/linux/include/linux/fs/
H A Dsuper.h202 static inline bool sb_same_encoding(const struct super_block *sb1, in sb_same_encoding() function
218 static inline bool sb_same_encoding(const struct super_block *sb1, in sb_same_encoding() function
/linux/fs/overlayfs/
H A Dsuper.c1132 if (!sb_same_encoding(sb, mnt->mnt_sb)) { in ovl_get_layers()