Lines Matching refs:v7fs_self
55 char *filename(struct v7fs_self *, v7fs_ino_t);
62 int pathname_check(struct v7fs_self *);
63 int ilist_check(struct v7fs_self *);
64 int freeinode_check(struct v7fs_self *);
65 int freeblock_check(struct v7fs_self *);
66 int datablock_vs_datablock_check(struct v7fs_self *);
67 int datablock_vs_freeblock_check(struct v7fs_self *);
68 int freeblock_vs_freeblock_check(struct v7fs_self *);
70 void freeblock_dup_remove(struct v7fs_self *, v7fs_daddr_t);
72 int v7fs_freeblock_foreach(struct v7fs_self *,
73 int (*)(struct v7fs_self *, void *, v7fs_daddr_t), void *);