Home
last modified time | relevance | path

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

/linux-6.15/fs/overlayfs/
H A Dsuper.c241 upper_sb = ovl_upper_mnt(ofs)->mnt_sb; in ovl_sync_fs()
297 struct vfsmount *mnt = ovl_upper_mnt(ofs); in ovl_workdir_create()
657 struct vfsmount *mnt = ovl_upper_mnt(ofs); in ovl_make_workdir()
833 struct vfsmount *mnt = ovl_upper_mnt(ofs); in ovl_get_indexdir()
907 if (!ofs->config.nfs_export && !ovl_upper_mnt(ofs)) in ovl_lower_uuid_ok()
1024 if (ovl_upper_mnt(ofs)) { in ovl_get_layers()
1025 ofs->fs[0].sb = ovl_upper_mnt(ofs)->mnt_sb; in ovl_get_layers()
1097 if (ofs->numfs - !ovl_upper_mnt(ofs) == 1) { in ovl_get_layers()
1227 if (ovl_upper_mnt(ofs)) { in ovl_check_overlapping_layers()
1396 upper_sb = ovl_upper_mnt(ofs)->mnt_sb; in ovl_fill_super()
[all …]
H A Dovl_entry.h101 static inline struct vfsmount *ovl_upper_mnt(struct ovl_fs *ofs) in ovl_upper_mnt() function
108 return mnt_idmap(ovl_upper_mnt(ofs)); in ovl_upper_mnt_idmap()
H A Dutil.c24 return mnt_get_write_access(ovl_upper_mnt(ofs)); in ovl_get_write_access()
31 sb_start_write(ovl_upper_mnt(ofs)->mnt_sb); in ovl_start_write()
37 return mnt_want_write(ovl_upper_mnt(ofs)); in ovl_want_write()
43 mnt_put_write_access(ovl_upper_mnt(ofs)); in ovl_put_write_access()
49 sb_end_write(ovl_upper_mnt(ofs)->mnt_sb); in ovl_end_write()
55 mnt_drop_write(ovl_upper_mnt(ofs)); in ovl_drop_write()
243 path->mnt = ovl_upper_mnt(ofs); in ovl_path_upper()
378 path->mnt = ovl_upper_mnt(OVL_FS(inode->i_sb)); in ovl_i_path_real()
1502 mnt = ovl_upper_mnt(ofs); in ovl_sync_status()
H A Doverlayfs.h297 .mnt = ovl_upper_mnt(ofs), in ovl_getxattr_upper()
391 struct path path = { .mnt = ovl_upper_mnt(ofs), .dentry = dentry }; in ovl_do_tmpfile()
511 .mnt = ovl_upper_mnt(ofs), in ovl_upper_is_whiteout()
521 .mnt = ovl_upper_mnt(ofs), in ovl_check_origin_xattr()
572 .mnt = ovl_upper_mnt(ofs), in ovl_is_impuredir()
881 return (!ovl_upper_mnt(ofs) || !ofs->workdir); in ovl_force_readonly()
H A Dexport.c187 if (!ovl_upper_mnt(ofs)) in ovl_check_encode_origin()
680 if (!ovl_upper_mnt(ofs)) in ovl_upper_fh_to_d()
683 upper = ovl_decode_real_fh(ofs, fh, ovl_upper_mnt(ofs), true); in ovl_upper_fh_to_d()
H A Dinode.c575 .mnt = ovl_upper_mnt(ofs), in ovl_update_time()
1185 if (!ovl_upper_mnt(ofs)) in ovl_hash_bylower()
1221 .mnt = upperdentry ? ovl_upper_mnt(ofs) : lowerpath->layer->mnt, in ovl_get_inode()
H A Dparams.c742 upper_sb = ovl_upper_mnt(ofs)->mnt_sb; in ovl_reconfigure()
821 ovl_inuse_unlock(ovl_upper_mnt(ofs)->mnt_root); in ovl_free_fs()
H A Dcopy_up.c665 struct path upperpath = { .mnt = ovl_upper_mnt(ofs), .dentry = temp }; in ovl_copy_up_metadata()
766 struct path path = { .mnt = ovl_upper_mnt(ofs) }; in ovl_copy_up_workdir()
H A Dnamei.c581 upper = ovl_decode_real_fh(ofs, fh, ovl_upper_mnt(ofs), connected); in ovl_index_upper()
1296 .mnt = ovl_upper_mnt(ofs), in ovl_lookup()
H A Dreaddir.c1176 struct path path = { .mnt = ovl_upper_mnt(ofs), .dentry = indexdir }; in ovl_indexdir_cleanup()