Home | History | Annotate | Download | only in fsck_ffs

Lines Matching refs:ino_t

29 ino_t		allocdir(ino_t, ino_t, int);
30 ino_t allocino(ino_t, int);
31 void blkerror(ino_t, const char *, daddr_t);
35 void cacheino(union dinode *, ino_t);
36 int changeino(ino_t, const char *, ino_t);
46 union dinode * getnextinode(ino_t);
47 void direrror(ino_t, const char *);
50 void fileerror(ino_t, ino_t, const char *);
55 void freeino(ino_t);
60 struct inoinfo *getinoinfo(ino_t);
61 union dinode *ginode(ino_t);
62 void getpathname(char *, size_t, ino_t, ino_t);
66 struct inostat *inoinfo(ino_t);
67 int linkup(ino_t, ino_t, char *);
68 int makeentry(ino_t, ino_t, const char *);
78 void pinode(ino_t);
79 void propagate(ino_t);
81 void setinodebuf(ino_t);
88 void update_uquot(ino_t, uid_t, gid_t, int64_t, int64_t);
89 int is_quota_inode(ino_t);
95 int is_journal_inode(ino_t);