Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c89 uint_t owner_offset; /* Offset within that block or inode */ member
682 undo_table[alloced_blocks-1].owner_offset = NIADDR - j; in bmap_write()
884 undo_table[alloced_blocks-1].owner_offset = i; in bmap_write()
1073 ASSERT(table[i].owner_offset < NDADDR); in ufs_undo_allocation()
1074 ip->i_db[table[i].owner_offset] = 0; in ufs_undo_allocation()
1078 ASSERT(table[i].owner_offset < NIADDR); in ufs_undo_allocation()
1079 ip->i_ib[table[i].owner_offset] = 0; in ufs_undo_allocation()
1088 ASSERT(table[i].owner_offset < in ufs_undo_allocation()
1103 block_data[table[i].owner_offset] = 0; in ufs_undo_allocation()
1117 block_data[table[i].owner_offset], in ufs_undo_allocation()