Home
last modified time | relevance | path

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

/freebsd-14.2/sys/ufs/ffs/
H A Dsoftdep.h533 int ai_offset; /* Pointer offset in parent. */ member
H A Dffs_softdep.c6054 aip->ai_offset = ptrno; in newallocindir()
6269 KASSERT(aip->ai_offset >= 0 && aip->ai_offset < NINDIR(fs), in setup_allocindir_phase2()
6283 if (oldaip->ai_offset == aip->ai_offset) { in setup_allocindir_phase2()
6289 if (oldaip->ai_offset == aip->ai_offset) { in setup_allocindir_phase2()
6443 if (aip->ai_offset > off) in trunc_indirdep()
6446 if (aip->ai_offset > off) in trunc_indirdep()
6452 if (aip->ai_offset > off) in trunc_indirdep()
6455 if (aip->ai_offset > off) in trunc_indirdep()
8543 ((ufs1_daddr_t *)bp->b_data)[aip->ai_offset] = 0; in cancel_allocindir()
8545 ((ufs2_daddr_t *)bp->b_data)[aip->ai_offset] = 0; in cancel_allocindir()
[all …]