Searched refs:ai_offset (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/ufs/ffs/
H A Dsoftdep.h518 int ai_offset; /* Pointer offset in parent. */ member in struct:allocindir
H A Dffs_softdep.c5792 aip->ai_offset = ptrno;
6004 KASSERT(aip->ai_offset >= 0 && aip->ai_offset < NINDIR(fs),
6005 ("setup_allocindir_phase2: Bad offset %d", aip->ai_offset));
6018 if (oldaip->ai_offset == aip->ai_offset) {
6024 if (oldaip->ai_offset == aip->ai_offset) {
6174 if (aip->ai_offset > off)
6177 if (aip->ai_offset > of
[all...]

Completed in 110 milliseconds