Searched refs:csfrag (Results 1 – 1 of 1) sorted by relevance
587 struct csfrag *findcsfrag(daddr32_t, struct csfrag **);589 void addcsfrag(ino_t, daddr32_t, struct csfrag **);590 void delcsfrag(daddr32_t, struct csfrag **);4296 struct csfrag { struct4297 struct csfrag *next; /* next entry */ argument4306 struct csfrag *csfrag; /* state unknown */ argument4307 struct csfrag *csfragino; /* frags belonging to an inode */4308 struct csfrag *csfragfree; /* frags that are free */4319 struct csfrag *4320 findcsfrag(daddr32_t frag, struct csfrag **cfap) in findcsfrag()[all …]