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.c290 if (ovl_has_fsid(ofs)) in ovl_statfs()
740 if (ovl_has_fsid(ofs)) { in ovl_make_workdir()
1468 if (ovl_has_fsid(ofs) && ovl_upper_mnt(ofs)) { in ovl_fill_super_creds()
H A Doverlayfs.h643 static inline bool ovl_has_fsid(struct ovl_fs *ofs) in ovl_has_fsid() function