Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_snapshot.c927 int error, len, loc, indiroff; in cgaccount() local
972 indiroff = (base + loc - UFS_NDADDR) % NINDIR(fs); in cgaccount()
973 for ( ; loc < len; loc++, indiroff++) { in cgaccount()
974 if (indiroff >= NINDIR(fs)) { in cgaccount()
984 indiroff = 0; in cgaccount()
988 ((ufs1_daddr_t *)(ibp->b_data))[indiroff] = in cgaccount()
991 [indiroff] == BLK_NOCOPY) in cgaccount()
992 ((ufs1_daddr_t *)(ibp->b_data))[indiroff] = 0; in cgaccount()
994 [indiroff] == BLK_NOCOPY) in cgaccount()
999 ((ufs2_daddr_t *)(ibp->b_data))[indiroff] in cgaccount()
1044 int i, error, indiroff; expunge_ufs1() local
1326 int i, error, indiroff; expunge_ufs2() local
1790 int indiroff = 0, error = 0, claimedblk = 0; ffs_snapblkfree() local
2283 int lower, upper, mid, indiroff, error = 0; ffs_copyonwrite() local
[all...]
H A Dffs_inode.c250 int i, error, allerror, indiroff, waitforupdate; in ffs_truncate() local
395 indiroff = (lbn - UFS_NDADDR) % NINDIR(fs); in ffs_truncate()
397 blkno = ((ufs1_daddr_t *)(bp->b_data))[indiroff]; in ffs_truncate()
399 blkno = ((ufs2_daddr_t *)(bp->b_data))[indiroff]; in ffs_truncate()