Lines Matching refs:ovl_fs
167 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox) in ovl_xattr()
184 static inline int ovl_do_notify_change(struct ovl_fs *ofs, in ovl_do_notify_change()
191 static inline int ovl_do_rmdir(struct ovl_fs *ofs, in ovl_do_rmdir()
200 static inline int ovl_do_unlink(struct ovl_fs *ofs, struct inode *dir, in ovl_do_unlink()
209 static inline int ovl_do_link(struct ovl_fs *ofs, struct dentry *old_dentry, in ovl_do_link()
219 static inline int ovl_do_create(struct ovl_fs *ofs, in ovl_do_create()
229 static inline int ovl_do_mkdir(struct ovl_fs *ofs, in ovl_do_mkdir()
238 static inline int ovl_do_mknod(struct ovl_fs *ofs, in ovl_do_mknod()
248 static inline int ovl_do_symlink(struct ovl_fs *ofs, in ovl_do_symlink()
274 static inline ssize_t ovl_getxattr_upper(struct ovl_fs *ofs, in ovl_getxattr_upper()
287 static inline ssize_t ovl_path_getxattr(struct ovl_fs *ofs, in ovl_path_getxattr()
295 static inline int ovl_do_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_setxattr()
307 static inline int ovl_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_setxattr()
314 static inline int ovl_do_removexattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_removexattr()
322 static inline int ovl_removexattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_removexattr()
328 static inline int ovl_do_set_acl(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_set_acl()
334 static inline int ovl_do_remove_acl(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_remove_acl()
340 static inline int ovl_do_rename(struct ovl_fs *ofs, struct inode *olddir, in ovl_do_rename()
364 static inline int ovl_do_whiteout(struct ovl_fs *ofs, in ovl_do_whiteout()
372 static inline struct file *ovl_do_tmpfile(struct ovl_fs *ofs, in ovl_do_tmpfile()
385 static inline struct dentry *ovl_lookup_upper(struct ovl_fs *ofs, in ovl_lookup_upper()
475 bool ovl_path_check_dir_xattr(struct ovl_fs *ofs, const struct path *path,
477 bool ovl_path_check_origin_xattr(struct ovl_fs *ofs, const struct path *path);
478 bool ovl_init_uuid_xattr(struct super_block *sb, struct ovl_fs *ofs,
481 static inline bool ovl_check_origin_xattr(struct ovl_fs *ofs, in ovl_check_origin_xattr()
491 int ovl_check_setxattr(struct ovl_fs *ofs, struct dentry *upperdentry,
502 int ovl_check_metacopy_xattr(struct ovl_fs *ofs, const struct path *path,
504 int ovl_set_metacopy_xattr(struct ovl_fs *ofs, struct dentry *d,
507 char *ovl_get_redirect_xattr(struct ovl_fs *ofs, const struct path *path, int padding);
509 int ovl_get_verity_xattr(struct ovl_fs *ofs, const struct path *path,
511 int ovl_validate_verity(struct ovl_fs *ofs,
514 int ovl_get_verity_digest(struct ovl_fs *ofs, struct path *src,
516 int ovl_sync_status(struct ovl_fs *ofs);
536 struct ovl_fs *ofs = OVL_FS(sb); in ovl_is_impuredir()
545 static inline bool ovl_redirect_follow(struct ovl_fs *ofs) in ovl_redirect_follow()
550 static inline bool ovl_redirect_dir(struct ovl_fs *ofs) in ovl_redirect_dir()
555 static inline bool ovl_origin_uuid(struct ovl_fs *ofs) in ovl_origin_uuid()
560 static inline bool ovl_has_fsid(struct ovl_fs *ofs) in ovl_has_fsid()
571 static inline bool ovl_xino_warn(struct ovl_fs *ofs) in ovl_xino_warn()
580 static inline bool ovl_allow_offline_changes(struct ovl_fs *ofs) in ovl_allow_offline_changes()
587 static inline bool ovl_same_fs(struct ovl_fs *ofs) in ovl_same_fs()
593 static inline bool ovl_same_dev(struct ovl_fs *ofs) in ovl_same_dev()
598 static inline unsigned int ovl_xino_bits(struct ovl_fs *ofs) in ovl_xino_bits()
630 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh,
632 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected,
634 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry,
637 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index,
639 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index);
640 int ovl_get_index_name(struct ovl_fs *ofs, struct dentry *origin,
642 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh);
643 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper,
651 static inline int ovl_verify_origin(struct ovl_fs *ofs, struct dentry *upper, in ovl_verify_origin()
658 static inline int ovl_verify_upper(struct ovl_fs *ofs, struct dentry *index, in ovl_verify_upper()
668 void ovl_cleanup_whiteouts(struct ovl_fs *ofs, struct dentry *upper,
673 int ovl_workdir_cleanup(struct ovl_fs *ofs, struct inode *dir,
675 int ovl_indexdir_cleanup(struct ovl_fs *ofs);
692 unsigned int ovl_get_nlink(struct ovl_fs *ofs, struct dentry *lowerdentry,
787 int ovl_cleanup_and_whiteout(struct ovl_fs *ofs, struct inode *dir,
798 int ovl_mkdir_real(struct ovl_fs *ofs, struct inode *dir,
800 struct dentry *ovl_create_real(struct ovl_fs *ofs,
803 int ovl_cleanup(struct ovl_fs *ofs, struct inode *dir, struct dentry *dentry);
804 struct dentry *ovl_lookup_temp(struct ovl_fs *ofs, struct dentry *workdir);
805 struct dentry *ovl_create_temp(struct ovl_fs *ofs, struct dentry *workdir,
823 int ovl_set_attr(struct ovl_fs *ofs, struct dentry *upper, struct kstat *stat);
824 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct inode *realinode,
826 int ovl_set_origin(struct ovl_fs *ofs, struct dentry *lower,
837 static inline bool ovl_force_readonly(struct ovl_fs *ofs) in ovl_force_readonly()