Searched refs:ovl_fs (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/overlayfs/ |
D | super.c | 216 static void ovl_free_fs(struct ovl_fs *ofs) in ovl_free_fs() 246 struct ovl_fs *ofs = sb->s_fs_info; in ovl_put_super() 254 struct ovl_fs *ofs = sb->s_fs_info; in ovl_sync_fs() 291 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_statfs() 308 static bool ovl_force_readonly(struct ovl_fs *ofs) in ovl_force_readonly() 344 struct ovl_fs *ofs = sb->s_fs_info; in ovl_show_options() 370 struct ovl_fs *ofs = sb->s_fs_info; in ovl_remount() 590 static struct dentry *ovl_workdir_create(struct ovl_fs *ofs, in ovl_workdir_create() 741 static int ovl_check_namelen(struct path *path, struct ovl_fs *ofs, in ovl_check_namelen() 756 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 | 288 struct ovl_fs *ofs = sb->s_fs_info; in ovl_xino_bits() 298 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, 302 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index); 303 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index); 305 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh); 306 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper, 334 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() 439 struct ovl_fs *ofs = sb->s_fs_info; in ovl_lookup_real_inode() 661 struct ovl_fs *ofs = sb->s_fs_info; in ovl_get_dentry() 687 struct ovl_fs *ofs = sb->s_fs_info; in ovl_upper_fh_to_d() 707 struct ovl_fs *ofs = sb->s_fs_info; in ovl_lower_fh_to_d()
|
D | namei.c | 317 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, in ovl_check_origin_fh() 360 static int ovl_check_origin(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_check_origin() 447 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index) in ovl_index_upper() 486 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index) in ovl_verify_index() 638 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh) in ovl_get_index_fh() 669 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper, in ovl_lookup_index() 804 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_lookup()
|
D | ovl_entry.h | 45 struct ovl_fs { struct
|
D | inode.c | 445 struct ovl_fs *ofs = inode->i_sb->s_fs_info; in ovl_update_time() 786 struct ovl_fs *ofs = sb->s_fs_info; in ovl_hash_bylower()
|
D | copy_up.c | 610 struct ovl_fs *ofs = c->dentry->d_sb->s_fs_info; in ovl_do_copy_up() 690 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_need_meta_copy_up()
|
D | readdir.c | 1081 int ovl_indexdir_cleanup(struct ovl_fs *ofs) in ovl_indexdir_cleanup()
|