Home
last modified time | relevance | path

Searched refs:csfrag (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c587 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 { struct
4297 struct csfrag *next; /* next entry */ argument
4306 struct csfrag *csfrag; /* state unknown */ argument
4307 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 …]