HomeSort by relevance Sort by last modified time
    Searched refs:nextbno (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/fs/xfs/
xfs.c 102 block_t nextbno; local
151 nextbno = be64_to_cpu(blk->bb_u.l.bb_rightsib);
171 bno = fsblock_to_bytes(fs, nextbno) >> BLOCK_SHIFT(fs);
xfs_dir2.c 520 block_t nextbno; local
565 nextbno = be64_to_cpu(blk->bb_u.l.bb_rightsib);
572 nextbno = NULLFSBLOCK;
576 if (nextbno == NULLFSBLOCK)
578 bno = fsblock_to_bytes(fs, nextbno) >> BLOCK_SHIFT(fs);

Completed in 3984 milliseconds