Searched refs:ovl_fs (Results 1 – 13 of 13) sorted by relevance
| /fs/overlayfs/ |
| A D | overlayfs.h | 206 static inline int ovl_do_rmdir(struct ovl_fs *ofs, in ovl_do_rmdir() 234 static inline int ovl_do_create(struct ovl_fs *ofs, in ovl_do_create() 256 static inline int ovl_do_mknod(struct ovl_fs *ofs, in ovl_do_mknod() 266 static inline int ovl_do_symlink(struct ovl_fs *ofs, in ovl_do_symlink() 502 void ovl_layer_set_xwhiteouts(struct ovl_fs *ofs, 567 int ovl_validate_verity(struct ovl_fs *ofs, 572 int ovl_sync_status(struct ovl_fs *ofs); 592 struct ovl_fs *ofs = OVL_FS(sb); in ovl_is_impuredir() 649 static inline bool ovl_same_fs(struct ovl_fs *ofs) in ovl_same_fs() 749 int ovl_indexdir_cleanup(struct ovl_fs *ofs); [all …]
|
| A D | ovl_entry.h | 58 struct ovl_fs { struct 97 static inline unsigned int ovl_numlowerlayer(struct ovl_fs *ofs) in ovl_numlowerlayer() argument 102 static inline struct vfsmount *ovl_upper_mnt(struct ovl_fs *ofs) in ovl_upper_mnt() 107 static inline struct mnt_idmap *ovl_upper_mnt_idmap(struct ovl_fs *ofs) in ovl_upper_mnt_idmap() 114 static inline struct ovl_fs *OVL_FS(struct super_block *sb) in OVL_FS() 119 return (struct ovl_fs *)sb->s_fs_info; in OVL_FS() 122 static inline bool ovl_should_sync(struct ovl_fs *ofs) in ovl_should_sync()
|
| 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() 98 struct ovl_fs *ofs = OVL_FS(sb); in ovl_indexdir() 106 struct ovl_fs *ofs = OVL_FS(sb); in ovl_index_all() [all …]
|
| A D | super.c | 209 struct ovl_fs *ofs = OVL_FS(sb); in ovl_put_super() 218 struct ovl_fs *ofs = OVL_FS(sb); in ovl_sync_fs() 261 struct ovl_fs *ofs = OVL_FS(sb); in ovl_statfs() 398 struct ovl_fs *ofs, int *stack_depth) in ovl_lower_dir() 556 static int ovl_check_rename_whiteout(struct ovl_fs *ofs) in ovl_check_rename_whiteout() 636 static int ovl_create_volatile_dirty(struct ovl_fs *ofs) in ovl_create_volatile_dirty() 989 static int ovl_get_data_fsid(struct ovl_fs *ofs) in ovl_get_data_fsid() 1125 struct ovl_fs *ofs, in ovl_get_lowerstack() 1223 struct ovl_fs *ofs) in ovl_check_overlapping_layers() 1262 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_root() [all …]
|
| A D | namei.c | 39 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_check_redirect() 232 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_lookup_single() 426 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_lookup_data_layers() 522 static int ovl_verify_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_fh() 541 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_set_fh() 629 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index) in ovl_verify_index() 760 int ovl_get_index_name(struct ovl_fs *ofs, struct dentry *origin, in ovl_get_index_name() 920 static int ovl_fix_origin(struct ovl_fs *ofs, struct dentry *dentry, in ovl_fix_origin() 949 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_maybe_validate_verity() 1066 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_check_follow_redirect() [all …]
|
| A D | copy_up.c | 46 static int ovl_copy_acl(struct ovl_fs *ofs, const struct path *path, in ovl_copy_acl() 368 static int ovl_set_size(struct ovl_fs *ofs, in ovl_set_size() 524 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_index() 602 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_link_up() 644 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_data() 664 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_metadata() 764 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_workdir() 865 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_tmpfile() 940 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_do_copy_up() 1036 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_need_meta_copy_up() [all …]
|
| 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() 115 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_listxattr() 266 const struct xattr_handler * const *ovl_xattr_handlers(struct ovl_fs *ofs) in ovl_xattr_handlers()
|
| A D | dir.c | 27 static int ovl_cleanup_locked(struct ovl_fs *ofs, struct inode *wdir, in ovl_cleanup_locked() 47 int ovl_cleanup(struct ovl_fs *ofs, struct dentry *workdir, in ovl_cleanup() 81 static struct dentry *ovl_whiteout(struct ovl_fs *ofs) in ovl_whiteout() 238 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_opaque_xerr() 328 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_upper() 364 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_clear_empty() 444 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_over_whiteout() 766 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_and_whiteout() 812 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_upper() 1052 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_redirect() [all …]
|
| A D | params.h | 6 struct ovl_fs; 39 void ovl_free_fs(struct ovl_fs *ofs);
|
| A D | export.c | 181 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_check_encode_origin() 234 static int ovl_dentry_to_fid(struct ovl_fs *ofs, struct inode *inode, in ovl_dentry_to_fid() 273 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_encode_fh() 428 struct ovl_fs *ofs = OVL_FS(sb); in ovl_lookup_real_inode() 649 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_dentry() 674 struct ovl_fs *ofs = OVL_FS(sb); in ovl_upper_fh_to_d() 694 struct ovl_fs *ofs = OVL_FS(sb); in ovl_lower_fh_to_d()
|
| A D | params.c | 339 struct ovl_fs *ofs = fc->s_fs_info; in ovl_add_layer() 588 struct ovl_fs *ofs = fc->s_fs_info; in ovl_parse_param() 713 struct ovl_fs *ofs = fc->s_fs_info; in ovl_free() 732 struct ovl_fs *ofs = OVL_FS(sb); in ovl_reconfigure() 769 struct ovl_fs *ofs; in ovl_init_fs_context() 784 ofs = kzalloc(sizeof(struct ovl_fs), GFP_KERNEL); in ovl_init_fs_context() 808 void ovl_free_fs(struct ovl_fs *ofs) in ovl_free_fs() 1020 struct ovl_fs *ofs = OVL_FS(sb); in ovl_show_options()
|
| A D | inode.c | 25 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_setattr() 99 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_map_dev_ino() 485 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_or_remove_acl() 573 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_update_time() 842 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_next_ino() 851 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_map_ino() 999 unsigned int ovl_get_nlink(struct ovl_fs *ofs, struct dentry *lowerdentry, in ovl_get_nlink() 1171 struct ovl_fs *ofs = OVL_FS(sb); in ovl_hash_bylower() 1210 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_inode()
|
| A D | readdir.c | 475 struct ovl_fs *ofs = OVL_FS(dir->d_sb); in ovl_cache_update() 619 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_cache_get_impure() 719 struct ovl_fs *ofs = OVL_FS(dir->d_sb); in ovl_iterate_real() 762 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_iterate() 1032 void ovl_cleanup_whiteouts(struct ovl_fs *ofs, struct dentry *upper, in ovl_cleanup_whiteouts() 1095 static int ovl_workdir_cleanup_recurse(struct ovl_fs *ofs, const struct path *path, in ovl_workdir_cleanup_recurse() 1153 int ovl_workdir_cleanup(struct ovl_fs *ofs, struct dentry *parent, in ovl_workdir_cleanup() 1177 int ovl_indexdir_cleanup(struct ovl_fs *ofs) in ovl_indexdir_cleanup()
|
Completed in 40 milliseconds