Searched refs:nilfs_mdt_get_block (Results 1 – 5 of 5) sorted by relevance
/fs/nilfs2/ |
D | sufile.c | 97 return nilfs_mdt_get_block(sufile, 0, 0, NULL, bhp); in nilfs_sufile_get_header_block() 104 return nilfs_mdt_get_block(sufile, in nilfs_sufile_get_segment_usage_block() 203 ret = nilfs_mdt_get_block(sufile, blkoff, create, NULL, &bh); in nilfs_sufile_updatev() 219 ret = nilfs_mdt_get_block(sufile, blkoff, create, NULL, &bh); in nilfs_sufile_updatev() 933 ret = nilfs_mdt_get_block(sufile, blkoff, 1, NULL, &bh); in nilfs_sufile_set_suinfo() 989 ret = nilfs_mdt_get_block(sufile, blkoff, 1, NULL, &bh); in nilfs_sufile_set_suinfo()
|
D | mdt.h | 77 int nilfs_mdt_get_block(struct inode *, unsigned long, int,
|
D | cpfile.c | 143 return nilfs_mdt_get_block(cpfile, 0, 0, NULL, bhp); in nilfs_cpfile_get_header_block() 151 return nilfs_mdt_get_block(cpfile, in nilfs_cpfile_get_checkpoint_block()
|
D | mdt.c | 248 int nilfs_mdt_get_block(struct inode *inode, unsigned long blkoff, int create, in nilfs_mdt_get_block() function
|
D | alloc.c | 226 ret = nilfs_mdt_get_block(inode, blkoff, create, init_block, bhp); in nilfs_palloc_get_block()
|