Lines Matching defs:ofs

182 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox)  in ovl_xattr()
199 static inline int ovl_do_notify_change(struct ovl_fs *ofs, in ovl_do_notify_change()
206 static inline int ovl_do_rmdir(struct ovl_fs *ofs, in ovl_do_rmdir()
215 static inline int ovl_do_unlink(struct ovl_fs *ofs, struct inode *dir, in ovl_do_unlink()
224 static inline int ovl_do_link(struct ovl_fs *ofs, struct dentry *old_dentry, in ovl_do_link()
234 static inline int ovl_do_create(struct ovl_fs *ofs, in ovl_do_create()
244 static inline struct dentry *ovl_do_mkdir(struct ovl_fs *ofs, in ovl_do_mkdir()
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()
290 static inline ssize_t ovl_getxattr_upper(struct ovl_fs *ofs, in ovl_getxattr_upper()
303 static inline ssize_t ovl_path_getxattr(struct ovl_fs *ofs, in ovl_path_getxattr()
311 static inline int ovl_do_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_setxattr()
323 static inline int ovl_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_setxattr()
330 static inline int ovl_do_removexattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_removexattr()
338 static inline int ovl_removexattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_removexattr()
344 static inline int ovl_do_set_acl(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_set_acl()
350 static inline int ovl_do_remove_acl(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_remove_acl()
356 static inline int ovl_do_rename(struct ovl_fs *ofs, struct inode *olddir, in ovl_do_rename()
380 static inline int ovl_do_whiteout(struct ovl_fs *ofs, in ovl_do_whiteout()
388 static inline struct file *ovl_do_tmpfile(struct ovl_fs *ofs, in ovl_do_tmpfile()
401 static inline struct dentry *ovl_lookup_upper(struct ovl_fs *ofs, in ovl_lookup_upper()
506 static inline bool ovl_upper_is_whiteout(struct ovl_fs *ofs, in ovl_upper_is_whiteout()
516 static inline bool ovl_check_origin_xattr(struct ovl_fs *ofs, in ovl_check_origin_xattr()
569 struct ovl_fs *ofs = OVL_FS(sb); in ovl_is_impuredir() local
578 static inline char ovl_get_opaquedir_val(struct ovl_fs *ofs, in ovl_get_opaquedir_val()
584 static inline bool ovl_redirect_follow(struct ovl_fs *ofs) in ovl_redirect_follow()
589 static inline bool ovl_redirect_dir(struct ovl_fs *ofs) in ovl_redirect_dir()
594 static inline bool ovl_origin_uuid(struct ovl_fs *ofs) in ovl_origin_uuid()
599 static inline bool ovl_has_fsid(struct ovl_fs *ofs) in ovl_has_fsid()
610 static inline bool ovl_xino_warn(struct ovl_fs *ofs) in ovl_xino_warn()
619 static inline bool ovl_allow_offline_changes(struct ovl_fs *ofs) in ovl_allow_offline_changes()
626 static inline bool ovl_same_fs(struct ovl_fs *ofs) in ovl_same_fs()
632 static inline bool ovl_same_dev(struct ovl_fs *ofs) in ovl_same_dev()
637 static inline unsigned int ovl_xino_bits(struct ovl_fs *ofs) in ovl_xino_bits()
695 static inline int ovl_verify_origin_fh(struct ovl_fs *ofs, struct dentry *upper, in ovl_verify_origin_fh()
701 static inline int ovl_verify_origin(struct ovl_fs *ofs, struct dentry *upper, in ovl_verify_origin()
708 static inline int ovl_verify_upper(struct ovl_fs *ofs, struct dentry *index, in ovl_verify_upper()
879 static inline bool ovl_force_readonly(struct ovl_fs *ofs) in ovl_force_readonly()