Searched refs:ovl_fs (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/fs/overlayfs/ |
D | super.c | 219 static void ovl_free_fs(struct ovl_fs *ofs) in ovl_free_fs() 255 struct ovl_fs *ofs = sb->s_fs_info; in ovl_put_super() 263 struct ovl_fs *ofs = sb->s_fs_info; in ovl_sync_fs() 300 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_statfs() 317 static bool ovl_force_readonly(struct ovl_fs *ofs) in ovl_force_readonly() 353 struct ovl_fs *ofs = sb->s_fs_info; in ovl_show_options() 379 struct ovl_fs *ofs = sb->s_fs_info; in ovl_remount() 621 static struct dentry *ovl_workdir_create(struct ovl_fs *ofs, in ovl_workdir_create() 776 static int ovl_check_namelen(struct path *path, struct ovl_fs *ofs, in ovl_check_namelen() 791 struct ovl_fs *ofs, int *stack_depth, bool *remote) in ovl_lower_dir() [all …]
|
D | util.c | 23 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_want_write() 29 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_drop_write() 35 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_workdir() 41 struct ovl_fs *ofs = sb->s_fs_info; in ovl_override_creds() 48 struct ovl_fs *ofs = sb->s_fs_info; in ovl_same_sb() 77 struct ovl_fs *ofs = sb->s_fs_info; in ovl_indexdir() 85 struct ovl_fs *ofs = sb->s_fs_info; in ovl_index_all() 93 struct ovl_fs *ofs = sb->s_fs_info; in ovl_verify_lower() 151 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_path_upper() 387 struct ovl_fs *ofs = sb->s_fs_info; in ovl_redirect_dir() [all …]
|
D | overlayfs.h | 291 struct ovl_fs *ofs = sb->s_fs_info; in ovl_xino_bits() 301 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, 305 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index); 306 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index); 308 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh); 309 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper, 337 int ovl_indexdir_cleanup(struct ovl_fs *ofs);
|
D | export.c | 188 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_check_encode_origin() 438 struct ovl_fs *ofs = sb->s_fs_info; in ovl_lookup_real_inode() 660 struct ovl_fs *ofs = sb->s_fs_info; in ovl_get_dentry() 686 struct ovl_fs *ofs = sb->s_fs_info; in ovl_upper_fh_to_d() 706 struct ovl_fs *ofs = sb->s_fs_info; in ovl_lower_fh_to_d()
|
D | namei.c | 322 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, in ovl_check_origin_fh() 365 static int ovl_check_origin(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_check_origin() 454 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index) in ovl_index_upper() 493 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index) in ovl_verify_index() 645 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh) in ovl_get_index_fh() 674 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper, in ovl_lookup_index() 807 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_lookup()
|
D | ovl_entry.h | 47 struct ovl_fs { struct
|
D | copy_up.c | 616 struct ovl_fs *ofs = c->dentry->d_sb->s_fs_info; in ovl_do_copy_up() 696 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_need_meta_copy_up()
|
D | inode.c | 454 struct ovl_fs *ofs = inode->i_sb->s_fs_info; in ovl_update_time() 843 struct ovl_fs *ofs = sb->s_fs_info; in ovl_hash_bylower()
|
D | readdir.c | 1087 int ovl_indexdir_cleanup(struct ovl_fs *ofs) in ovl_indexdir_cleanup()
|