Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dgenoffset.sh38 local last off x1 x2 x3 struct field type lastoff lasttype asserts
55 printf "%b" "\tu_char\tpad_${field}[${off} - (${lastoff} + sizeof(${lasttype}))];\n"
58 lastoff="$off"
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c6764 int frags, lastoff, iboff, allocblock, needj, error, i; in softdep_journal_freeblocks() local
6798 lastoff = blkoff(fs, length); in softdep_journal_freeblocks()
6803 frags = fragroundup(fs, lastoff); in softdep_journal_freeblocks()
6983 ip->i_size = length - lastoff; in softdep_journal_freeblocks()
6996 } else if (lastoff != 0 && vp->v_type != VDIR) { in softdep_journal_freeblocks()
7005 bzero((char *)bp->b_data + lastoff, size - lastoff); in softdep_journal_freeblocks()
7296 int lastoff, in trunc_check_buf() argument
7324 if (lastoff == 0) in trunc_check_buf()
7326 *blkoffp = lastoff; in trunc_check_buf()
7339 trunc_dependencies(struct inode * ip,struct freeblks * freeblks,ufs_lbn_t lastlbn,int lastoff,int flags) trunc_dependencies() argument
[all...]