Lines Matching refs:ovl_fs

117 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox)  in ovl_xattr()
182 static inline ssize_t ovl_do_getxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_getxattr()
192 static inline int ovl_do_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_setxattr()
203 static inline int ovl_do_removexattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_removexattr()
307 bool ovl_check_origin_xattr(struct ovl_fs *ofs, struct dentry *dentry);
321 int ovl_check_metacopy_xattr(struct ovl_fs *ofs, struct dentry *dentry);
323 char *ovl_get_redirect_xattr(struct ovl_fs *ofs, struct dentry *dentry,
325 int ovl_sync_status(struct ovl_fs *ofs);
404 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected,
406 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry,
409 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index);
410 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index);
412 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh);
413 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper,
420 static inline int ovl_verify_origin(struct ovl_fs *ofs, struct dentry *upper, in ovl_verify_origin()
427 static inline int ovl_verify_upper(struct ovl_fs *ofs, struct dentry *index, in ovl_verify_upper()
443 int ovl_indexdir_cleanup(struct ovl_fs *ofs);
460 unsigned int ovl_get_nlink(struct ovl_fs *ofs, struct dentry *lowerdentry,
514 int ovl_cleanup_and_whiteout(struct ovl_fs *ofs, struct inode *dir,