Searched refs:ovl_fs (Results 1 – 10 of 10) sorted by relevance
/fs/overlayfs/ |
D | overlayfs.h | 117 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox) in ovl_xattr() 182 static inline ssize_t ovl_do_getxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_getxattr() 192 static inline int ovl_do_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_setxattr() 203 static inline int ovl_do_removexattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_removexattr() 309 bool ovl_check_origin_xattr(struct ovl_fs *ofs, struct dentry *dentry); 323 int ovl_check_metacopy_xattr(struct ovl_fs *ofs, struct dentry *dentry); 325 char *ovl_get_redirect_xattr(struct ovl_fs *ofs, struct dentry *dentry, 327 int ovl_sync_status(struct ovl_fs *ofs); 406 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, 408 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry, [all …]
|
D | ovl_entry.h | 59 struct ovl_fs { struct 96 static inline struct vfsmount *ovl_upper_mnt(struct ovl_fs *ofs) in ovl_upper_mnt() argument 101 static inline struct ovl_fs *OVL_FS(struct super_block *sb) in OVL_FS() 103 return (struct ovl_fs *)sb->s_fs_info; in OVL_FS() 106 static inline bool ovl_should_sync(struct ovl_fs *ofs) in ovl_should_sync()
|
D | util.c | 20 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_want_write() 26 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_drop_write() 32 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_workdir() 38 struct ovl_fs *ofs = sb->s_fs_info; in ovl_override_creds() 69 struct ovl_fs *ofs = sb->s_fs_info; in ovl_indexdir() 77 struct ovl_fs *ofs = sb->s_fs_info; in ovl_index_all() 85 struct ovl_fs *ofs = sb->s_fs_info; in ovl_verify_lower() 175 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_path_upper() 411 struct ovl_fs *ofs = sb->s_fs_info; in ovl_redirect_dir() 573 bool ovl_check_origin_xattr(struct ovl_fs *ofs, struct dentry *dentry) in ovl_check_origin_xattr() [all …]
|
D | super.c | 226 static void ovl_free_fs(struct ovl_fs *ofs) in ovl_free_fs() 266 struct ovl_fs *ofs = sb->s_fs_info; in ovl_put_super() 274 struct ovl_fs *ofs = sb->s_fs_info; in ovl_sync_fs() 322 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_statfs() 339 static bool ovl_force_readonly(struct ovl_fs *ofs) in ovl_force_readonly() 369 struct ovl_fs *ofs = sb->s_fs_info; in ovl_show_options() 400 struct ovl_fs *ofs = sb->s_fs_info; in ovl_remount() 736 static struct dentry *ovl_workdir_create(struct ovl_fs *ofs, in ovl_workdir_create() 889 static int ovl_check_namelen(struct path *path, struct ovl_fs *ofs, in ovl_check_namelen() 904 struct ovl_fs *ofs, int *stack_depth) in ovl_lower_dir() [all …]
|
D | namei.c | 33 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_check_redirect() 108 static struct ovl_fh *ovl_get_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_get_fh() 343 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, in ovl_check_origin_fh() 394 static int ovl_check_origin(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_check_origin() 419 static int ovl_verify_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_fh() 446 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_set_fh() 480 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index) in ovl_index_upper() 513 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index) in ovl_verify_index() 660 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh) in ovl_get_index_fh() 689 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper, in ovl_lookup_index() [all …]
|
D | export.c | 185 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_check_encode_origin() 429 struct ovl_fs *ofs = sb->s_fs_info; in ovl_lookup_real_inode() 650 struct ovl_fs *ofs = sb->s_fs_info; in ovl_get_dentry() 675 struct ovl_fs *ofs = sb->s_fs_info; in ovl_upper_fh_to_d() 695 struct ovl_fs *ofs = sb->s_fs_info; in ovl_lower_fh_to_d()
|
D | copy_up.c | 133 static int ovl_copy_up_data(struct ovl_fs *ofs, struct path *old, in ovl_copy_up_data() 360 static int ovl_set_upper_fh(struct ovl_fs *ofs, struct dentry *upper, in ovl_set_upper_fh() 492 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_inode() 705 struct ovl_fs *ofs = c->dentry->d_sb->s_fs_info; in ovl_do_copy_up() 778 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_need_meta_copy_up() 818 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_meta_inode_data()
|
D | inode.c | 464 struct ovl_fs *ofs = inode->i_sb->s_fs_info; in ovl_update_time() 588 struct ovl_fs *ofs = inode->i_sb->s_fs_info; in ovl_next_ino() 745 unsigned int ovl_get_nlink(struct ovl_fs *ofs, struct dentry *lowerdentry, in ovl_get_nlink() 917 struct ovl_fs *ofs = sb->s_fs_info; in ovl_hash_bylower() 956 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_inode()
|
D | dir.c | 65 static struct dentry *ovl_whiteout(struct ovl_fs *ofs) in ovl_whiteout() 109 int ovl_cleanup_and_whiteout(struct ovl_fs *ofs, struct inode *dir, in ovl_cleanup_and_whiteout() 761 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_and_whiteout()
|
D | readdir.c | 597 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_cache_get_impure() 1151 int ovl_indexdir_cleanup(struct ovl_fs *ofs) in ovl_indexdir_cleanup()
|