Searched refs:ovl_fs (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/fs/overlayfs/ |
D | super.c | 211 static void ovl_free_fs(struct ovl_fs *ofs) in ovl_free_fs() 247 struct ovl_fs *ofs = sb->s_fs_info; in ovl_put_super() 255 struct ovl_fs *ofs = sb->s_fs_info; in ovl_sync_fs() 292 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_statfs() 309 static bool ovl_force_readonly(struct ovl_fs *ofs) in ovl_force_readonly() 345 struct ovl_fs *ofs = sb->s_fs_info; in ovl_show_options() 371 struct ovl_fs *ofs = sb->s_fs_info; in ovl_remount() 614 static struct dentry *ovl_workdir_create(struct ovl_fs *ofs, in ovl_workdir_create() 765 static int ovl_check_namelen(struct path *path, struct ovl_fs *ofs, in ovl_check_namelen() 780 struct ovl_fs *ofs, int *stack_depth, bool *remote) in ovl_lower_dir() [all …]
|
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() 45 struct ovl_fs *ofs = sb->s_fs_info; in ovl_same_sb() 73 struct ovl_fs *ofs = sb->s_fs_info; in ovl_indexdir() 81 struct ovl_fs *ofs = sb->s_fs_info; in ovl_index_all() 89 struct ovl_fs *ofs = sb->s_fs_info; in ovl_verify_lower() 147 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_path_upper() 383 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() 308 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, 312 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index); 313 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index); 315 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh); 316 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper, 344 int ovl_indexdir_cleanup(struct ovl_fs *ofs);
|
D | export.c | 185 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_check_encode_origin() 435 struct ovl_fs *ofs = sb->s_fs_info; in ovl_lookup_real_inode() 657 struct ovl_fs *ofs = sb->s_fs_info; in ovl_get_dentry() 683 struct ovl_fs *ofs = sb->s_fs_info; in ovl_upper_fh_to_d() 703 struct ovl_fs *ofs = sb->s_fs_info; in ovl_lower_fh_to_d()
|
D | namei.c | 321 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, in ovl_check_origin_fh() 364 static int ovl_check_origin(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_check_origin() 453 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index) in ovl_index_upper() 492 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index) in ovl_verify_index() 644 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh) in ovl_get_index_fh() 675 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper, in ovl_lookup_index() 810 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_lookup()
|
D | ovl_entry.h | 44 struct ovl_fs { struct
|
D | inode.c | 443 struct ovl_fs *ofs = inode->i_sb->s_fs_info; in ovl_update_time() 832 struct ovl_fs *ofs = sb->s_fs_info; in ovl_hash_bylower()
|
D | copy_up.c | 651 struct ovl_fs *ofs = c->dentry->d_sb->s_fs_info; in ovl_do_copy_up() 723 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_need_meta_copy_up()
|
D | readdir.c | 1078 int ovl_indexdir_cleanup(struct ovl_fs *ofs) in ovl_indexdir_cleanup()
|