Searched refs:bno (Results 1 – 5 of 5) sorted by relevance
/external/libcap/libcap/ |
D | cap_extint.c | 103 int bno = 0; in cap_copy_int() local 107 if (bno != blen) in cap_copy_int() 108 val = export->bytes[bno++][set]; in cap_copy_int() 109 if (bno != blen) in cap_copy_int() 110 val |= export->bytes[bno++][set] << 8; in cap_copy_int() 111 if (bno != blen) in cap_copy_int() 112 val |= export->bytes[bno++][set] << 16; in cap_copy_int() 113 if (bno != blen) in cap_copy_int() 114 val |= export->bytes[bno++][set] << 24; in cap_copy_int()
|
/external/syslinux/core/fs/xfs/ |
D | xfs.c | 96 block_t bno; in xfs_next_extent() local 123 bno = fsblock_to_bytes(fs, rec.br_startblock) >> BLOCK_SHIFT(fs); in xfs_next_extent() 127 inode->next_extent.pstart = bno << BLOCK_SHIFT(fs) >> SECTOR_SHIFT(fs); in xfs_next_extent() 136 bno = fsblock_to_bytes(fs, be64_to_cpu(pp[0])) >> BLOCK_SHIFT(fs); in xfs_next_extent() 140 blk = (xfs_btree_block_t *)get_cache(fs->fs_dev, bno); in xfs_next_extent() 146 bno = fsblock_to_bytes(fs, be64_to_cpu(pp[0])) >> BLOCK_SHIFT(fs); in xfs_next_extent() 156 bno = fsblock_to_bytes(fs, rec.br_startblock) in xfs_next_extent() 161 inode->next_extent.pstart = bno << BLOCK_SHIFT(fs) in xfs_next_extent() 171 bno = fsblock_to_bytes(fs, nextbno) >> BLOCK_SHIFT(fs); in xfs_next_extent() 172 blk = (xfs_btree_block_t *)get_cache(fs->fs_dev, bno); in xfs_next_extent()
|
D | xfs_dir2.c | 519 block_t bno; in xfs_dir2_get_right_blk() local 541 bno = NULLFSBLOCK; in xfs_dir2_get_right_blk() 546 bno = fsblock_to_bytes(fs, in xfs_dir2_get_right_blk() 552 blk = (xfs_btree_block_t *)get_cache(fs->fs_dev, bno); in xfs_dir2_get_right_blk() 558 bno = fsblock_to_bytes(fs, in xfs_dir2_get_right_blk() 578 bno = fsblock_to_bytes(fs, nextbno) >> BLOCK_SHIFT(fs); in xfs_dir2_get_right_blk() 579 blk = (xfs_btree_block_t *)get_cache(fs->fs_dev, bno); in xfs_dir2_get_right_blk()
|
/external/blktrace/btt/ |
D | bno_plot.py | 88 for bno in bnos: print bno,
|
/external/blktrace/btt/doc/ |
D | btt.tex | 1116 \newpage\section{\label{sec:bno_plot}bno\_plot.py} 1133 \subsection*{\texttt{bno\_plot.py} Command Line Options} 1165 \caption{\label{fig:bno_plot}Sample \texttt{bno\_plot.py} Screen Shot}
|