Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Dcpfile.c20 nilfs_cpfile_checkpoints_per_block(const struct inode *cpfile) in nilfs_cpfile_checkpoints_per_block() function
31 do_div(tcno, nilfs_cpfile_checkpoints_per_block(cpfile)); in nilfs_cpfile_get_blkoff()
41 return do_div(tcno, nilfs_cpfile_checkpoints_per_block(cpfile)); in nilfs_cpfile_get_offset()
47 return (__u64)nilfs_cpfile_checkpoints_per_block(cpfile) * blkoff in nilfs_cpfile_first_checkpoint_in_block()
57 nilfs_cpfile_checkpoints_per_block(cpfile) - in nilfs_cpfile_checkpoints_in_block()
120 int n = nilfs_cpfile_checkpoints_per_block(cpfile); in nilfs_cpfile_block_init()