Searched refs:ovl_fs (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/overlayfs/ |
| H A D | ovl_entry.h | 58 struct ovl_fs { struct 98 static inline unsigned int ovl_numlowerlayer(struct ovl_fs *ofs) in ovl_numlowerlayer() argument 103 static inline struct vfsmount *ovl_upper_mnt(struct ovl_fs *ofs) in ovl_upper_mnt() 108 static inline struct mnt_idmap *ovl_upper_mnt_idmap(struct ovl_fs *ofs) in ovl_upper_mnt_idmap() 115 static inline struct ovl_fs *OVL_FS(struct super_block *sb) in OVL_FS() 120 return (struct ovl_fs *)sb->s_fs_info; in OVL_FS()
|
| H A D | util.c | 24 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_get_write_access() 31 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_start_write() 37 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_want_write() 43 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_put_write_access() 49 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_end_write() 55 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_drop_write() 61 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_workdir() 67 struct ovl_fs *ofs = OVL_FS(sb); in ovl_override_creds() 96 struct ovl_fs *ofs = OVL_FS(sb); in ovl_indexdir() 104 struct ovl_fs *ofs = OVL_FS(sb); in ovl_index_all() [all …]
|
| H A D | copy_up.c | 46 static int ovl_copy_acl(struct ovl_fs *ofs, const struct path *path, in ovl_copy_acl() 260 static int ovl_copy_up_file(struct ovl_fs *ofs, struct dentry *dentry, in ovl_copy_up_file() 368 static int ovl_set_size(struct ovl_fs *ofs, in ovl_set_size() 379 static int ovl_set_timestamps(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_set_timestamps() 392 int ovl_set_attr(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_set_attr() 418 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct inode *realinode, in ovl_encode_real_fh() 473 struct ovl_fh *ovl_get_origin_fh(struct ovl_fs *ofs, struct dentry *origin) in ovl_get_origin_fh() 486 int ovl_set_origin_fh(struct ovl_fs *ofs, const struct ovl_fh *fh, in ovl_set_origin_fh() 502 static int ovl_set_upper_fh(struct ovl_fs *ofs, struct dentry *upper, in ovl_set_upper_fh() 524 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_index() [all …]
|
| H A D | xattrs.c | 9 struct ovl_fs *ofs = sb->s_fs_info; in ovl_is_escaped_xattr() 21 struct ovl_fs *ofs = OVL_FS(sb); in ovl_is_own_xattr() 40 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_xattr_set() 109 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_listxattr() 258 const struct xattr_handler * const *ovl_xattr_handlers(struct ovl_fs *ofs) in ovl_xattr_handlers()
|
| H A D | params.h | 6 struct ovl_fs; 40 void ovl_free_fs(struct ovl_fs *ofs);
|
| H A D | params.c | 300 struct ovl_fs *ofs = fc->s_fs_info; in ovl_mount_dir_check() 367 struct ovl_fs *ofs = fc->s_fs_info; in ovl_add_layer() 616 struct ovl_fs *ofs = fc->s_fs_info; in ovl_parse_param() 744 struct ovl_fs *ofs = fc->s_fs_info; in ovl_free() 763 struct ovl_fs *ofs = OVL_FS(sb); in ovl_reconfigure() 800 struct ovl_fs *ofs; in ovl_init_fs_context() 815 ofs = kzalloc_obj(struct ovl_fs); in ovl_init_fs_context() 840 void ovl_free_fs(struct ovl_fs *ofs) in ovl_free_fs() 1052 struct ovl_fs *ofs = OVL_FS(sb); in ovl_show_options()
|
| H A D | inode.c | 25 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_setattr() 105 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_map_dev_ino() 491 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_or_remove_acl() 578 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_update_time() 844 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_next_ino() 853 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_map_ino() 1001 unsigned int ovl_get_nlink(struct ovl_fs *ofs, struct dentry *lowerdentry, in ovl_get_nlink() 1173 struct ovl_fs *ofs = OVL_FS(sb); in ovl_hash_bylower() 1212 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_inode()
|
| H A D | readdir.c | 316 struct ovl_fs *ofs = OVL_FS(rdd->dentry->d_sb); in ovl_fill_merge() 438 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_dir_read_merged() 555 struct ovl_fs *ofs = OVL_FS(dir->d_sb); in ovl_cache_update() 698 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_cache_get_impure() 798 struct ovl_fs *ofs = OVL_FS(dir->d_sb); in ovl_iterate_real() 877 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_need_adjust_d_ino() 1113 void ovl_cleanup_whiteouts(struct ovl_fs *ofs, struct dentry *upper, in ovl_cleanup_whiteouts() 1176 static int ovl_workdir_cleanup_recurse(struct ovl_fs *ofs, const struct path *path, in ovl_workdir_cleanup_recurse() 1231 int ovl_workdir_cleanup(struct ovl_fs *ofs, struct dentry *parent, in ovl_workdir_cleanup() 1255 int ovl_indexdir_cleanup(struct ovl_fs *ofs) in ovl_indexdir_cleanup()
|