Searched refs:is_idmapped_mnt (Results 1 – 7 of 7) sorted by relevance
47 if (is_idmapped_mnt(path.mnt)) { in cachefiles_add_cache()
83 if (is_idmapped_mnt(mnt)) in show_mnt_opts()
3999 if (is_idmapped_mnt(m)) in can_idmap_mount()
540 if (is_idmapped_mnt(path.mnt)) { in ecryptfs_mount()
527 if (!is_idmapped_mnt(realpath.mnt) || IS_ERR_OR_NULL(acl)) in ovl_get_acl()
430 if (is_idmapped_mnt(path->mnt)) { in check_export()
2752 static inline bool is_idmapped_mnt(const struct vfsmount *mnt) in is_idmapped_mnt() function