Home
last modified time | relevance | path

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

/Linux-v6.6/fs/overlayfs/
Dsuper.c260 if (ovl_has_fsid(ofs)) in ovl_statfs()
778 if (ovl_has_fsid(ofs)) { in ovl_make_workdir()
1441 } else if (ovl_has_fsid(ofs) && ovl_upper_mnt(ofs)) { in ovl_fill_super()
Doverlayfs.h552 static inline bool ovl_has_fsid(struct ovl_fs *ofs) in ovl_has_fsid() function