Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
A Doverlayfs.h120 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox) in ovl_xattr()
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,
351 int ovl_sync_status(struct ovl_fs *ofs);
432 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry,
436 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index);
437 int ovl_get_index_name(struct ovl_fs *ofs, struct dentry *origin,
470 int ovl_indexdir_cleanup(struct ovl_fs *ofs);
562 int ovl_cleanup_and_whiteout(struct ovl_fs *ofs, struct inode *dir,
[all …]
A 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()
A 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()
391 struct ovl_fs *ofs = sb->s_fs_info; in ovl_redirect_dir()
650 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_check_protattr()
686 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_set_protattr()
[all …]
A 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()
927 struct ovl_fs *ofs, int *stack_depth) in ovl_lower_dir()
1795 struct ovl_fs *ofs, struct ovl_layer *layers) in ovl_get_lowerstack()
1892 struct ovl_fs *ofs) in ovl_check_overlapping_layers()
[all …]
A 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()
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()
665 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh) in ovl_get_index_fh()
802 static int ovl_fix_origin(struct ovl_fs *ofs, struct dentry *dentry, in ovl_fix_origin()
[all …]
A 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()
A Dcopy_up.c186 static int ovl_copy_up_data(struct ovl_fs *ofs, struct path *old, in ovl_copy_up_data()
332 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct dentry *real, in ovl_encode_real_fh()
387 int ovl_set_origin(struct ovl_fs *ofs, struct dentry *lower, in ovl_set_origin()
416 static int ovl_set_upper_fh(struct ovl_fs *ofs, struct dentry *upper, in ovl_set_upper_fh()
440 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_index()
548 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_inode()
772 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_do_copy_up()
844 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_need_meta_copy_up()
884 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_meta_inode_data()
A 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()
731 struct ovl_fs *ofs = inode->i_sb->s_fs_info; in ovl_next_ino()
888 unsigned int ovl_get_nlink(struct ovl_fs *ofs, struct dentry *lowerdentry, in ovl_get_nlink()
1060 struct ovl_fs *ofs = sb->s_fs_info; in ovl_hash_bylower()
1099 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_inode()
A 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()
235 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_opaque_xerr()
323 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_upper()
749 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_and_whiteout()
1050 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_redirect()
A 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()

Completed in 25 milliseconds