Home
last modified time | relevance | path

Searched refs:nilfs_grab_buffer (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/nilfs2/
H A Dpage.h35 struct buffer_head *nilfs_grab_buffer(struct inode *, struct address_space *,
H A Dbtnode.c53 bh = nilfs_grab_buffer(inode, btnc, blocknr, BIT(BH_NILFS_Node)); in nilfs_btnode_create_block()
96 bh = nilfs_grab_buffer(inode, btnc, blocknr, BIT(BH_NILFS_Node)); in nilfs_btnode_submit_block()
H A Dgcinode.c65 bh = nilfs_grab_buffer(inode, inode->i_mapping, blkoff, 0); in nilfs_gccache_submit_read_data()
H A Dmdt.c80 bh = nilfs_grab_buffer(inode, inode->i_mapping, block, 0); in nilfs_mdt_create_block()
120 bh = nilfs_grab_buffer(inode, inode->i_mapping, blkoff, 0); in nilfs_mdt_submit_block()
H A Dpage.c46 struct buffer_head *nilfs_grab_buffer(struct inode *inode, in nilfs_grab_buffer() function