Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dsuper.c272 if (ovl_has_fsid(ofs)) in ovl_statfs()
730 if (ovl_has_fsid(ofs)) { in ovl_make_workdir()
1416 } else if (ovl_has_fsid(ofs) && ovl_upper_mnt(ofs)) { in ovl_fill_super()
H A Doverlayfs.h600 static inline bool ovl_has_fsid(struct ovl_fs *ofs) in ovl_has_fsid() function