Searched refs:blkno2 (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.h75 xfs_dablk_t blkno2; /* blkno of 2nd attr leaf of interest */ member in struct:xfs_da_args
H A Dxfs_attr_leaf.c1454 if ((args->blkno2 == args->blkno) &&
1624 * This code adjusts the args->index/blkno and args->index2/blkno2 fields
1773 * while the index2/blkno2 fields refer to the "new" entry.
1779 args->blkno = args->blkno2 = blk2->blkno;
1785 args->blkno2 = blk2->blkno;
1789 * is already stored in blkno2/index2, so don't
1802 args->blkno2 = blk2->blkno;
1808 args->blkno = args->blkno2 = blk1->blkno;
2812 * entry given by args->blkno2/index2.
2848 if (args->blkno2 !
[all...]
H A Dxfs_attr.c638 * and the new attr in args->blkno2/args->index2.
1118 args->blkno2 = args->blkno;
1133 args->blkno = args->blkno2;
1392 * in the index2/blkno2/rmtblkno2/rmtblkcnt2 fields.

Completed in 111 milliseconds