Home
last modified time | relevance | path

Searched refs:ovl_fs (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/fs/overlayfs/
H A Doverlayfs.h206 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()
254 static inline int ovl_do_mknod(struct ovl_fs *ofs, in ovl_do_mknod()
264 static inline int ovl_do_symlink(struct ovl_fs *ofs, in ovl_do_symlink()
480 void ovl_layer_set_xwhiteouts(struct ovl_fs *ofs,
544 int ovl_validate_verity(struct ovl_fs *ofs,
549 int ovl_sync_status(struct ovl_fs *ofs);
569 struct ovl_fs *ofs = OVL_FS(sb); in ovl_is_impuredir()
626 static inline bool ovl_same_fs(struct ovl_fs *ofs) in ovl_same_fs()
726 int ovl_indexdir_cleanup(struct ovl_fs *ofs);
[all …]
H A Dovl_entry.h58 struct ovl_fs { struct
96 static inline unsigned int ovl_numlowerlayer(struct ovl_fs *ofs) in ovl_numlowerlayer() argument
101 static inline struct vfsmount *ovl_upper_mnt(struct ovl_fs *ofs) in ovl_upper_mnt()
106 static inline struct mnt_idmap *ovl_upper_mnt_idmap(struct ovl_fs *ofs) in ovl_upper_mnt_idmap()
113 static inline struct ovl_fs *OVL_FS(struct super_block *sb) in OVL_FS()
118 return (struct ovl_fs *)sb->s_fs_info; in OVL_FS()
121 static inline bool ovl_should_sync(struct ovl_fs *ofs) in ovl_should_sync()
H A Dutil.c23 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_get_write_access()
30 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_start_write()
36 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_want_write()
42 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_put_write_access()
48 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_end_write()
54 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_drop_write()
60 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_workdir()
66 struct ovl_fs *ofs = OVL_FS(sb); in ovl_override_creds()
97 struct ovl_fs *ofs = OVL_FS(sb); in ovl_indexdir()
105 struct ovl_fs *ofs = OVL_FS(sb); in ovl_index_all()
[all …]
H A Dsuper.c209 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()
399 struct ovl_fs *ofs, int *stack_depth) in ovl_lower_dir()
557 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 …]
H A Dcopy_up.c46 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()
526 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_index()
601 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_link_up()
643 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_data()
663 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_metadata()
763 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 …]
H A Dnamei.c37 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_check_redirect()
159 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh, in ovl_decode_real_fh()
230 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_lookup_single()
399 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_lookup_data_layers()
495 static int ovl_verify_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_fh()
514 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_set_fh()
602 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index) in ovl_verify_index()
733 int ovl_get_index_name(struct ovl_fs *ofs, struct dentry *origin, in ovl_get_index_name()
893 static int ovl_fix_origin(struct ovl_fs *ofs, struct dentry *dentry, in ovl_fix_origin()
922 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_maybe_validate_verity()
[all …]
H A Dparams.h6 struct ovl_fs;
39 void ovl_free_fs(struct ovl_fs *ofs);
H A Dxattrs.c9 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()
H A Ddir.c66 static struct dentry *ovl_whiteout(struct ovl_fs *ofs) in ovl_whiteout()
110 int ovl_cleanup_and_whiteout(struct ovl_fs *ofs, struct inode *dir, in ovl_cleanup_and_whiteout()
141 struct dentry *ovl_create_real(struct ovl_fs *ofs, struct inode *dir, in ovl_create_real()
209 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_opaque_xerr()
299 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_upper()
337 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_clear_empty()
421 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_over_whiteout()
743 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_and_whiteout()
797 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_upper()
1037 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_redirect()
[all …]
H A Dexport.c181 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()
430 struct ovl_fs *ofs = OVL_FS(sb); in ovl_lookup_real_inode()
651 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_dentry()
676 struct ovl_fs *ofs = OVL_FS(sb); in ovl_upper_fh_to_d()
696 struct ovl_fs *ofs = OVL_FS(sb); in ovl_lower_fh_to_d()
H A Dparams.c341 struct ovl_fs *ofs = fc->s_fs_info; in ovl_add_layer()
590 struct ovl_fs *ofs = fc->s_fs_info; in ovl_parse_param()
715 struct ovl_fs *ofs = fc->s_fs_info; in ovl_free()
734 struct ovl_fs *ofs = OVL_FS(sb); in ovl_reconfigure()
771 struct ovl_fs *ofs; in ovl_init_fs_context()
786 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()
1047 struct ovl_fs *ofs = OVL_FS(sb); in ovl_show_options()
H A Dinode.c25 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()
845 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_next_ino()
854 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_map_ino()
1002 unsigned int ovl_get_nlink(struct ovl_fs *ofs, struct dentry *lowerdentry, in ovl_get_nlink()
1174 struct ovl_fs *ofs = OVL_FS(sb); in ovl_hash_bylower()
1213 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_inode()
H A Dreaddir.c473 struct ovl_fs *ofs = OVL_FS(dir->d_sb); in ovl_cache_update()
616 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_cache_get_impure()
712 struct ovl_fs *ofs = OVL_FS(dir->d_sb); in ovl_iterate_real()
754 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_iterate()
1024 void ovl_cleanup_whiteouts(struct ovl_fs *ofs, struct dentry *upper, in ovl_cleanup_whiteouts()
1088 static int ovl_workdir_cleanup_recurse(struct ovl_fs *ofs, const struct path *path, in ovl_workdir_cleanup_recurse()
1147 int ovl_workdir_cleanup(struct ovl_fs *ofs, struct inode *dir, in ovl_workdir_cleanup()
1170 int ovl_indexdir_cleanup(struct ovl_fs *ofs) in ovl_indexdir_cleanup()