Searched refs:nilfs_grab_buffer (Results 1 – 3 of 3) sorted by relevance
/linux/fs/nilfs2/ |
H A D | page.h | 35 struct buffer_head *nilfs_grab_buffer(struct inode *, struct address_space *,
|
H A D | btnode.c | 53 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 D | gcinode.c | 62 bh = nilfs_grab_buffer(inode, inode->i_mapping, blkoff, 0); in nilfs_gccache_submit_read_data()
|