Home
last modified time | relevance | path

Searched refs:nilfs_mdt_get_block (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/nilfs2/
Dmdt.h67 int nilfs_mdt_get_block(struct inode *, unsigned long, int,
Dsufile.c85 return nilfs_mdt_get_block(sufile, 0, 0, NULL, bhp); in nilfs_sufile_get_header_block()
92 return nilfs_mdt_get_block(sufile, in nilfs_sufile_get_segment_usage_block()
191 ret = nilfs_mdt_get_block(sufile, blkoff, create, NULL, &bh); in nilfs_sufile_updatev()
207 ret = nilfs_mdt_get_block(sufile, blkoff, create, NULL, &bh); in nilfs_sufile_updatev()
941 ret = nilfs_mdt_get_block(sufile, blkoff, 1, NULL, &bh); in nilfs_sufile_set_suinfo()
997 ret = nilfs_mdt_get_block(sufile, blkoff, 1, NULL, &bh); in nilfs_sufile_set_suinfo()
Dcpfile.c131 return nilfs_mdt_get_block(cpfile, 0, 0, NULL, bhp); in nilfs_cpfile_get_header_block()
139 return nilfs_mdt_get_block(cpfile, in nilfs_cpfile_get_checkpoint_block()
Dmdt.c241 int nilfs_mdt_get_block(struct inode *inode, unsigned long blkoff, int create, in nilfs_mdt_get_block() function
Dalloc.c217 ret = nilfs_mdt_get_block(inode, blkoff, create, init_block, bhp); in nilfs_palloc_get_block()
Dioctl.c788 ret = nilfs_mdt_get_block(nilfs->ns_dat, in nilfs_ioctl_mark_blocks_dirty()