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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_block_relocator.c33 * the block is allowed by the block relocator.) "refoffset" describes
39 * num, refblock/refoffset/isindirectblock, dest.
46 unsigned refoffset:16; member in struct:ext2_block_entry
187 off_t refoffset,
204 ent->refoffset = refoffset;
217 off_t refoffset)
223 if (!doblock(fs, state, blk, refblock, refoffset, 1))
247 off_t refoffset)
253 if (!doblock(fs, state, blk, refblock, refoffset,
183 doblock(struct ext2_fs *fs, struct ext2_block_relocator_state *state, blk_t blk, blk_t refblock, off_t refoffset, int indirect) argument
213 doindblock(struct ext2_fs *fs, struct ext2_block_relocator_state *state, blk_t blk, blk_t refblock, off_t refoffset) argument
243 dodindblock(struct ext2_fs *fs, struct ext2_block_relocator_state *state, blk_t blk, blk_t refblock, off_t refoffset) argument
273 dotindblock(struct ext2_fs *fs, struct ext2_block_relocator_state *state, blk_t blk, blk_t refblock, off_t refoffset) argument
[all...]

Completed in 25 milliseconds