• Home
  • Raw
  • Download

Lines Matching defs:ofs

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()
481 static inline bool ovl_check_origin_xattr(struct ovl_fs *ofs, in ovl_check_origin_xattr()
534 struct ovl_fs *ofs = OVL_FS(sb); in ovl_is_impuredir() local
543 static inline bool ovl_redirect_follow(struct ovl_fs *ofs) in ovl_redirect_follow()
548 static inline bool ovl_redirect_dir(struct ovl_fs *ofs) in ovl_redirect_dir()
553 static inline bool ovl_origin_uuid(struct ovl_fs *ofs) in ovl_origin_uuid()
558 static inline bool ovl_has_fsid(struct ovl_fs *ofs) in ovl_has_fsid()
569 static inline bool ovl_xino_warn(struct ovl_fs *ofs) in ovl_xino_warn()
578 static inline bool ovl_allow_offline_changes(struct ovl_fs *ofs) in ovl_allow_offline_changes()
585 static inline bool ovl_same_fs(struct ovl_fs *ofs) in ovl_same_fs()
591 static inline bool ovl_same_dev(struct ovl_fs *ofs) in ovl_same_dev()
596 static inline unsigned int ovl_xino_bits(struct ovl_fs *ofs) in ovl_xino_bits()
649 static inline int ovl_verify_origin(struct ovl_fs *ofs, struct dentry *upper, in ovl_verify_origin()
656 static inline int ovl_verify_upper(struct ovl_fs *ofs, struct dentry *index, in ovl_verify_upper()
835 static inline bool ovl_force_readonly(struct ovl_fs *ofs) in ovl_force_readonly()