Searched refs:which_block (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/befs/
H A Ddatastream.c397 int which_block; local
466 which_block = indir_indx / befs_iaddrs_per_block(sb);
467 if (which_block > indir_run.len) {
475 befs_bread(sb, iaddr2blockno(sb, &indir_run) + which_block);
479 iaddr2blockno(sb, &indir_run) + which_block);
484 block_indx = indir_indx - (which_block * befs_iaddrs_per_block(sb));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_attr_leaf.c57 STATIC int xfs_attr_leaf_create(xfs_da_args_t *args, xfs_dablk_t which_block,

Completed in 169 milliseconds