Home
last modified time | relevance | path

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

/linux/include/linux/fs/
H A Dsuper.h225 static inline bool sb_has_encoding(const struct super_block *sb) in sb_has_encoding() function
/linux/fs/overlayfs/
H A Dsuper.c1008 if (!sb_has_encoding(fs_sb)) in ovl_set_encoding()
1122 if (!ovl_upper_mnt(ofs) && !sb_has_encoding(sb)) { in ovl_get_layers()
H A Doverlayfs.h488 return sb_has_encoding(dentry->d_sb) && IS_CASEFOLDED(d_inode(dentry)); in ovl_dentry_casefolded()
H A Dutil.c214 if (sb_has_encoding(dentry->d_sb)) in ovl_dentry_weird()