Lines Matching defs:ofs

179 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox)  in ovl_xattr()
196 static inline int ovl_do_notify_change(struct ovl_fs *ofs, in ovl_do_notify_change()
203 static inline int ovl_do_rmdir(struct ovl_fs *ofs, in ovl_do_rmdir()
212 static inline int ovl_do_unlink(struct ovl_fs *ofs, struct inode *dir, in ovl_do_unlink()
221 static inline int ovl_do_link(struct ovl_fs *ofs, struct dentry *old_dentry, in ovl_do_link()
231 static inline int ovl_do_create(struct ovl_fs *ofs, in ovl_do_create()
241 static inline int ovl_do_mkdir(struct ovl_fs *ofs, in ovl_do_mkdir()
250 static inline int ovl_do_mknod(struct ovl_fs *ofs, in ovl_do_mknod()
260 static inline int ovl_do_symlink(struct ovl_fs *ofs, in ovl_do_symlink()
286 static inline ssize_t ovl_getxattr_upper(struct ovl_fs *ofs, in ovl_getxattr_upper()
299 static inline ssize_t ovl_path_getxattr(struct ovl_fs *ofs, in ovl_path_getxattr()
307 static inline int ovl_do_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_setxattr()
319 static inline int ovl_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_setxattr()
326 static inline int ovl_do_removexattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_removexattr()
334 static inline int ovl_removexattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_removexattr()
340 static inline int ovl_do_set_acl(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_set_acl()
346 static inline int ovl_do_remove_acl(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_remove_acl()
352 static inline int ovl_do_rename(struct ovl_fs *ofs, struct inode *olddir, in ovl_do_rename()
376 static inline int ovl_do_whiteout(struct ovl_fs *ofs, in ovl_do_whiteout()
384 static inline struct file *ovl_do_tmpfile(struct ovl_fs *ofs, in ovl_do_tmpfile()
397 static inline struct dentry *ovl_lookup_upper(struct ovl_fs *ofs, in ovl_lookup_upper()
509 static inline bool ovl_upper_is_whiteout(struct ovl_fs *ofs, in ovl_upper_is_whiteout()
519 static inline bool ovl_check_origin_xattr(struct ovl_fs *ofs, in ovl_check_origin_xattr()
574 struct ovl_fs *ofs = OVL_FS(sb); in ovl_is_impuredir() local
583 static inline char ovl_get_opaquedir_val(struct ovl_fs *ofs, in ovl_get_opaquedir_val()
589 static inline bool ovl_redirect_follow(struct ovl_fs *ofs) in ovl_redirect_follow()
594 static inline bool ovl_redirect_dir(struct ovl_fs *ofs) in ovl_redirect_dir()
599 static inline bool ovl_origin_uuid(struct ovl_fs *ofs) in ovl_origin_uuid()
604 static inline bool ovl_has_fsid(struct ovl_fs *ofs) in ovl_has_fsid()
615 static inline bool ovl_xino_warn(struct ovl_fs *ofs) in ovl_xino_warn()
624 static inline bool ovl_allow_offline_changes(struct ovl_fs *ofs) in ovl_allow_offline_changes()
631 static inline bool ovl_same_fs(struct ovl_fs *ofs) in ovl_same_fs()
637 static inline bool ovl_same_dev(struct ovl_fs *ofs) in ovl_same_dev()
642 static inline unsigned int ovl_xino_bits(struct ovl_fs *ofs) in ovl_xino_bits()
700 static inline int ovl_verify_origin_fh(struct ovl_fs *ofs, struct dentry *upper, in ovl_verify_origin_fh()
706 static inline int ovl_verify_origin(struct ovl_fs *ofs, struct dentry *upper, in ovl_verify_origin()
713 static inline int ovl_verify_upper(struct ovl_fs *ofs, struct dentry *index, in ovl_verify_upper()
883 static inline bool ovl_force_readonly(struct ovl_fs *ofs) in ovl_force_readonly()