Home
last modified time | relevance | path

Searched refs:ovl_upper_mnt (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/fs/overlayfs/
H A Dsuper.c229 upper_sb = ovl_upper_mnt(ofs)->mnt_sb; in ovl_sync_fs()
285 struct vfsmount *mnt = ovl_upper_mnt(ofs); in ovl_workdir_create()
587 if (ovl_inuse_trylock(ovl_upper_mnt(ofs)->mnt_root)) { in ovl_get_upper()
704 struct vfsmount *mnt = ovl_upper_mnt(ofs); in ovl_make_workdir()
880 struct vfsmount *mnt = ovl_upper_mnt(ofs); in ovl_get_indexdir()
949 if (!ofs->config.nfs_export && !ovl_upper_mnt(ofs)) in ovl_lower_uuid_ok()
1066 if (ovl_upper_mnt(ofs)) { in ovl_get_layers()
1067 ofs->fs[0].sb = ovl_upper_mnt(ofs)->mnt_sb; in ovl_get_layers()
1139 if (ofs->numfs - !ovl_upper_mnt(ofs) == 1) { in ovl_get_layers()
1264 if (ovl_upper_mnt(ofs)) { in ovl_check_overlapping_layers()
[all …]
H A Dovl_entry.h102 static inline struct vfsmount *ovl_upper_mnt(struct ovl_fs *ofs) in ovl_upper_mnt() function
109 return mnt_idmap(ovl_upper_mnt(ofs)); in ovl_upper_mnt_idmap()
H A Doverlayfs.h281 .mnt = ovl_upper_mnt(ofs), in ovl_getxattr_upper()
375 struct path path = { .mnt = ovl_upper_mnt(ofs), .dentry = dentry }; in ovl_do_tmpfile()
486 .mnt = ovl_upper_mnt(ofs), in ovl_check_origin_xattr()
539 .mnt = ovl_upper_mnt(ofs), in ovl_is_impuredir()
839 return (!ovl_upper_mnt(ofs) || !ofs->workdir); in ovl_force_readonly()
H A Dexport.c190 if (!ovl_upper_mnt(ofs)) in ovl_check_encode_origin()
701 if (!ovl_upper_mnt(ofs)) in ovl_upper_fh_to_d()
704 upper = ovl_decode_real_fh(ofs, fh, ovl_upper_mnt(ofs), true); in ovl_upper_fh_to_d()
H A Dutil.c23 return mnt_want_write(ovl_upper_mnt(ofs)); in ovl_want_write()
29 mnt_drop_write(ovl_upper_mnt(ofs)); in ovl_drop_write()
212 path->mnt = ovl_upper_mnt(ofs); in ovl_path_upper()
347 path->mnt = ovl_upper_mnt(OVL_FS(inode->i_sb)); in ovl_i_path_real()
1380 mnt = ovl_upper_mnt(ofs); in ovl_sync_status()
H A Dinode.c701 .mnt = ovl_upper_mnt(ofs), in ovl_update_time()
1310 if (!ovl_upper_mnt(ofs)) in ovl_hash_bylower()
1346 .mnt = upperdentry ? ovl_upper_mnt(ofs) : lowerpath->layer->mnt, in ovl_get_inode()
H A Dnamei.c565 upper = ovl_decode_real_fh(ofs, fh, ovl_upper_mnt(ofs), connected); in ovl_index_upper()
1038 d.mnt = ovl_upper_mnt(ofs); in ovl_lookup()
1267 .mnt = ovl_upper_mnt(ofs), in ovl_lookup()
H A Dparams.c655 upper_sb = ovl_upper_mnt(ofs)->mnt_sb; in ovl_reconfigure()
736 ovl_inuse_unlock(ovl_upper_mnt(ofs)->mnt_root); in ovl_free_fs()
H A Dcopy_up.c614 struct path upperpath = { .mnt = ovl_upper_mnt(ofs), .dentry = temp }; in ovl_copy_up_metadata()
711 struct path path = { .mnt = ovl_upper_mnt(ofs) }; in ovl_copy_up_workdir()
H A Dreaddir.c1162 struct path path = { .mnt = ovl_upper_mnt(ofs), .dentry = indexdir }; in ovl_indexdir_cleanup()