Lines Matching refs:ovl_fs
117 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox)
182 static inline ssize_t ovl_do_getxattr(struct ovl_fs *ofs, struct dentry *dentry,
190 static inline int ovl_do_setxattr(struct ovl_fs *ofs, struct dentry *dentry,
201 static inline int ovl_do_removexattr(struct ovl_fs *ofs, struct dentry *dentry,
306 bool ovl_check_origin_xattr(struct ovl_fs *ofs, struct dentry *dentry);
320 int ovl_check_metacopy_xattr(struct ovl_fs *ofs, struct dentry *dentry);
322 char *ovl_get_redirect_xattr(struct ovl_fs *ofs, struct dentry *dentry,
324 int ovl_sync_status(struct ovl_fs *ofs);
403 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected,
405 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry,
408 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index);
409 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index);
411 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh);
412 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper,
419 static inline int ovl_verify_origin(struct ovl_fs *ofs, struct dentry *upper,
426 static inline int ovl_verify_upper(struct ovl_fs *ofs, struct dentry *index,
442 int ovl_indexdir_cleanup(struct ovl_fs *ofs);
459 unsigned int ovl_get_nlink(struct ovl_fs *ofs, struct dentry *lowerdentry,
513 int ovl_cleanup_and_whiteout(struct ovl_fs *ofs, struct inode *dir,