Searched defs:inode_sector_adjust (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c98 struct ufs_allocated_block table[], int inode_sector_adjust);
1035 * If block_count and inode_sector_adjust are both zero, we'll do nothing.
1047 int inode_sector_adjust)
1149 if (inode_changed || (inode_sector_adjust != 0)) {
1150 ip->i_blocks -= inode_sector_adjust;
1043 ufs_undo_allocation( inode_t *ip, int block_count, struct ufs_allocated_block table[], int inode_sector_adjust) argument

Completed in 100 milliseconds