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

/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_softdep.c5837 struct allocindir *oldaip; local
5859 LIST_FOREACH(oldaip, &indirdep->ir_deplisthd, ai_next) {
5860 if (oldaip->ai_offset == aip->ai_offset) {
5861 freefrag = allocindir_merge(aip, oldaip);
5865 LIST_FOREACH(oldaip, &indirdep->ir_donehd, ai_next) {
5866 if (oldaip->ai_offset == aip->ai_offset) {
5867 freefrag = allocindir_merge(aip, oldaip);
5882 allocindir_merge(aip, oldaip)
5884 struct allocindir *oldaip;
5889 if (oldaip
[all...]

Completed in 100 milliseconds