Searched refs:ovl_upper_mnt (Results 1 – 8 of 8) sorted by relevance
/linux/fs/overlayfs/ |
H A D | super.c | 241 upper_sb = ovl_upper_mnt(ofs)->mnt_sb; in ovl_sync_fs() 297 struct vfsmount *mnt = ovl_upper_mnt(ofs); in ovl_workdir_create() 539 if (ovl_inuse_trylock(ovl_upper_mnt(ofs)->mnt_root)) { in ovl_get_upper() 656 struct vfsmount *mnt = ovl_upper_mnt(ofs); in ovl_make_workdir() 832 struct vfsmount *mnt = ovl_upper_mnt(ofs); in ovl_get_indexdir() 906 if (!ofs->config.nfs_export && !ovl_upper_mnt(ofs)) in ovl_lower_uuid_ok() 1023 if (ovl_upper_mnt(ofs)) { in ovl_get_layers() 1024 ofs->fs[0].sb = ovl_upper_mnt(ofs)->mnt_sb; in ovl_get_layers() 1096 if (ofs->numfs - !ovl_upper_mnt(ofs) == 1) { in ovl_get_layers() 1221 if (ovl_upper_mnt(ofs)) { in ovl_check_overlapping_layers() [all …]
|
H A D | ovl_entry.h | 101 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 D | util.c | 24 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 D | overlayfs.h | 296 .mnt = ovl_upper_mnt(ofs), in ovl_getxattr_upper() 390 struct path path = { .mnt = ovl_upper_mnt(ofs), .dentry = dentry }; in ovl_do_tmpfile() 510 .mnt = ovl_upper_mnt(ofs), in ovl_upper_is_whiteout() 520 .mnt = ovl_upper_mnt(ofs), in ovl_check_origin_xattr() 573 .mnt = ovl_upper_mnt(ofs), in ovl_is_impuredir() 884 return (!ovl_upper_mnt(ofs) || !ofs->workdir); in ovl_force_readonly()
|
H A D | export.c | 187 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 D | params.c | 717 upper_sb = ovl_upper_mnt(ofs)->mnt_sb; in ovl_reconfigure() 796 ovl_inuse_unlock(ovl_upper_mnt(ofs)->mnt_root); in ovl_free_fs()
|
H A D | namei.c | 581 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 D | copy_up.c | 665 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()
|