Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Dcpfile.c34 nilfs_cpfile_checkpoints_per_block(const struct inode *cpfile) in nilfs_cpfile_checkpoints_per_block() function
44 do_div(tcno, nilfs_cpfile_checkpoints_per_block(cpfile)); in nilfs_cpfile_get_blkoff()
53 return do_div(tcno, nilfs_cpfile_checkpoints_per_block(cpfile)); in nilfs_cpfile_get_offset()
59 return (__u64)nilfs_cpfile_checkpoints_per_block(cpfile) * blkoff in nilfs_cpfile_first_checkpoint_in_block()
69 nilfs_cpfile_checkpoints_per_block(cpfile) - in nilfs_cpfile_checkpoints_in_block()
132 int n = nilfs_cpfile_checkpoints_per_block(cpfile); in nilfs_cpfile_block_init()