Home
last modified time | relevance | path

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

/Linux-v5.15/fs/overlayfs/
Doverlayfs.h120 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox) in ovl_xattr()
185 static inline ssize_t ovl_do_getxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_getxattr()
198 static inline int ovl_do_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_setxattr()
209 static inline int ovl_do_removexattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_removexattr()
266 static inline bool ovl_allow_offline_changes(struct ovl_fs *ofs) in ovl_allow_offline_changes()
333 bool ovl_check_origin_xattr(struct ovl_fs *ofs, struct dentry *dentry);
336 int ovl_check_setxattr(struct ovl_fs *ofs, struct dentry *upperdentry,
347 int ovl_check_metacopy_xattr(struct ovl_fs *ofs, struct dentry *dentry);
349 char *ovl_get_redirect_xattr(struct ovl_fs *ofs, struct dentry *dentry,
351 int ovl_sync_status(struct ovl_fs *ofs);
[all …]
Dovl_entry.h51 struct ovl_fs { struct
88 static inline struct vfsmount *ovl_upper_mnt(struct ovl_fs *ofs) in ovl_upper_mnt() argument
93 static inline struct ovl_fs *OVL_FS(struct super_block *sb) in OVL_FS()
95 return (struct ovl_fs *)sb->s_fs_info; in OVL_FS()
98 static inline bool ovl_should_sync(struct ovl_fs *ofs) in ovl_should_sync()
Dutil.c21 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_want_write()
27 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_drop_write()
33 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_workdir()
39 struct ovl_fs *ofs = sb->s_fs_info; in ovl_override_creds()
65 struct ovl_fs *ofs = sb->s_fs_info; in ovl_indexdir()
73 struct ovl_fs *ofs = sb->s_fs_info; in ovl_index_all()
81 struct ovl_fs *ofs = sb->s_fs_info; in ovl_verify_lower()
155 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_path_upper()
391 struct ovl_fs *ofs = sb->s_fs_info; in ovl_redirect_dir()
553 bool ovl_check_origin_xattr(struct ovl_fs *ofs, struct dentry *dentry) in ovl_check_origin_xattr()
[all …]
Dnamei.c33 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_check_redirect()
108 static struct ovl_fh *ovl_get_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_get_fh()
153 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh, in ovl_decode_real_fh()
347 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, in ovl_check_origin_fh()
398 static int ovl_check_origin(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_check_origin()
423 static int ovl_verify_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_fh()
450 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_set_fh()
484 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index) in ovl_index_upper()
517 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index) in ovl_verify_index()
648 int ovl_get_index_name(struct ovl_fs *ofs, struct dentry *origin, in ovl_get_index_name()
[all …]
Dsuper.c215 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()
311 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_statfs()
328 static bool ovl_force_readonly(struct ovl_fs *ofs) in ovl_force_readonly()
358 struct ovl_fs *ofs = sb->s_fs_info; in ovl_show_options()
390 struct ovl_fs *ofs = sb->s_fs_info; in ovl_remount()
753 static struct dentry *ovl_workdir_create(struct ovl_fs *ofs, in ovl_workdir_create()
908 static int ovl_check_namelen(struct path *path, struct ovl_fs *ofs, in ovl_check_namelen()
923 struct ovl_fs *ofs, int *stack_depth) in ovl_lower_dir()
[all …]
Dexport.c185 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_check_encode_origin()
214 static int ovl_dentry_to_fid(struct ovl_fs *ofs, struct dentry *dentry, in ovl_dentry_to_fid()
253 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_encode_fh()
432 struct ovl_fs *ofs = sb->s_fs_info; in ovl_lookup_real_inode()
653 struct ovl_fs *ofs = sb->s_fs_info; in ovl_get_dentry()
678 struct ovl_fs *ofs = sb->s_fs_info; in ovl_upper_fh_to_d()
698 struct ovl_fs *ofs = sb->s_fs_info; in ovl_lower_fh_to_d()
Dcopy_up.c173 static int ovl_copy_up_data(struct ovl_fs *ofs, struct path *old, in ovl_copy_up_data()
319 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct dentry *real, in ovl_encode_real_fh()
374 int ovl_set_origin(struct ovl_fs *ofs, struct dentry *lower, in ovl_set_origin()
403 static int ovl_set_upper_fh(struct ovl_fs *ofs, struct dentry *upper, in ovl_set_upper_fh()
427 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_index()
535 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_inode()
759 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_do_copy_up()
831 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_need_meta_copy_up()
871 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_meta_inode_data()
Dinode.c331 struct ovl_fs *ofs = sb->s_fs_info; in ovl_is_private_xattr()
472 struct ovl_fs *ofs = inode->i_sb->s_fs_info; in ovl_update_time()
728 struct ovl_fs *ofs = inode->i_sb->s_fs_info; in ovl_next_ino()
885 unsigned int ovl_get_nlink(struct ovl_fs *ofs, struct dentry *lowerdentry, in ovl_get_nlink()
1057 struct ovl_fs *ofs = sb->s_fs_info; in ovl_hash_bylower()
1096 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_inode()
Ddir.c65 static struct dentry *ovl_whiteout(struct ovl_fs *ofs) in ovl_whiteout()
109 int ovl_cleanup_and_whiteout(struct ovl_fs *ofs, struct inode *dir, in ovl_cleanup_and_whiteout()
236 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_opaque_xerr()
324 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_upper()
750 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_and_whiteout()
1051 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_redirect()
Dreaddir.c599 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_cache_get_impure()
1152 int ovl_indexdir_cleanup(struct ovl_fs *ofs) in ovl_indexdir_cleanup()