Home
last modified time | relevance | path

Searched refs:blkno (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-kernel/blktrace/blktrace/
H A D0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch24 # btt blkno plotting interface
/openbmc/u-boot/fs/ext4/
H A Dext4_write.c449 uint32_t blkno; in ext4fs_delete_file() local
524 blkno = ext4fs_bg_get_inode_table_id(bgd, fs) + in ext4fs_delete_file()
535 status = ext4fs_devread((lbaint_t)blkno * fs->sect_perblk, in ext4fs_delete_file()
540 if (ext4fs_log_journal(read_buffer, blkno)) in ext4fs_delete_file()
548 if (ext4fs_put_metadata(start_block_address, blkno)) in ext4fs_delete_file()
H A Dext4_common.c1566 long int blkno; in ext4fs_blockgroup() local
1573 blkno = le32_to_cpu(data->sblock.first_data_block) + 1 + in ext4fs_blockgroup()
1578 group, blkno, blkoff); in ext4fs_blockgroup()
1580 return ext4fs_devread((lbaint_t)blkno << in ext4fs_blockgroup()
1592 long int blkno; in ext4fs_read_inode() local
1603 blkno = ext4fs_bg_get_inode_table_id(&blkgrp, fs) + in ext4fs_read_inode()
1607 status = ext4fs_devread((lbaint_t)blkno << (LOG2_BLOCK_SIZE(data) - in ext4fs_read_inode()