Searched refs:nilfs_mdt_get_block (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/nilfs2/ |
| H A D | sufile.c | 94 int err = nilfs_mdt_get_block(sufile, 0, 0, NULL, bhp); in nilfs_sufile_get_header_block() 108 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() 967 ret = nilfs_mdt_get_block(sufile, blkoff, 1, NULL, &bh); in nilfs_sufile_set_suinfo() 1023 ret = nilfs_mdt_get_block(sufile, blkoff, 1, NULL, &bh); in nilfs_sufile_set_suinfo() 1247 err = nilfs_mdt_get_block(sufile, 0, 0, NULL, &header_bh); in nilfs_sufile_read()
|
| H A D | mdt.h | 67 int nilfs_mdt_get_block(struct inode *, unsigned long, int,
|
| H A D | cpfile.c | 166 int err = nilfs_mdt_get_block(cpfile, 0, 0, NULL, bhp); in nilfs_cpfile_get_header_block() 181 return nilfs_mdt_get_block(cpfile, in nilfs_cpfile_get_checkpoint_block()
|
| H A D | mdt.c | 245 int nilfs_mdt_get_block(struct inode *inode, unsigned long blkoff, int create, in nilfs_mdt_get_block() function
|
| H A D | alloc.c | 239 ret = nilfs_mdt_get_block(inode, blkoff, create, init_block, bhp); in nilfs_palloc_get_block()
|
| H A D | ioctl.c | 759 ret = nilfs_mdt_get_block(nilfs->ns_dat, in nilfs_ioctl_mark_blocks_dirty()
|