Searched refs:__getblk (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/jbd2/ |
H A D | recovery.c | 95 bh = __getblk(journal->j_dev, blocknr, journal->j_blocksize); in do_readahead() 151 bh = __getblk(journal->j_dev, blocknr, journal->j_blocksize); in jread() 700 nbh = __getblk(journal->j_fs_dev, in do_one_pass()
|
H A D | journal.c | 884 bh = __getblk(journal->j_dev, pblock, journal->j_blocksize); in jbd2_fc_get_buf() 1011 bh = __getblk(journal->j_dev, blocknr, journal->j_blocksize); in jbd2_journal_get_descriptor_buffer()
|
/openbmc/linux/include/linux/ |
H A D | buffer_head.h | 395 static inline struct buffer_head *__getblk(struct block_device *bdev, in __getblk() function
|
/openbmc/linux/fs/nilfs2/ |
H A D | recovery.c | 700 bh = __getblk(nilfs->ns_bdev, ri->ri_lsegs_start, nilfs->ns_blocksize); in nilfs_finish_roll_forward()
|
/openbmc/linux/fs/reiserfs/ |
H A D | journal.c | 2328 bh = __getblk(dev, block, bufsize); in reiserfs_breada() 2338 bh = __getblk(dev, block + i, bufsize); in reiserfs_breada()
|
H A D | reiserfs.h | 2813 #define journal_getblk(s, block) __getblk(SB_JOURNAL(s)->j_dev_bd, block, s->s_blocksize)
|
/openbmc/linux/fs/ |
H A D | buffer.c | 1449 struct buffer_head *bh = __getblk(bdev, block, size); in __breadahead()
|
/openbmc/linux/fs/ntfs3/ |
H A D | fsntfs.c | 1087 bh = __getblk(bdev, block, blocksize); in ntfs_sb_write()
|