Searched refs:cpfile (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/nilfs2/ |
| H A D | cpfile.c | 169 nilfs_error(cpfile->i_sb, in nilfs_cpfile_get_header_block() 277 nilfs_err(cpfile->i_sb, in nilfs_cpfile_read_checkpoint() 434 nilfs_error(cpfile->i_sb, in nilfs_cpfile_finalize_checkpoint() 471 nilfs_err(cpfile->i_sb, in nilfs_cpfile_delete_checkpoints() 531 nilfs_err(cpfile->i_sb, in nilfs_cpfile_delete_checkpoints() 829 cpfile, curr, curr_bh); in nilfs_cpfile_set_snapshot() 843 cpfile, prev, prev_bh); in nilfs_cpfile_set_snapshot() 1137 struct inode *cpfile; in nilfs_cpfile_read() local 1149 if (unlikely(!cpfile)) in nilfs_cpfile_read() 1167 *inodep = cpfile; in nilfs_cpfile_read() [all …]
|
| H A D | cpfile.h | 19 int nilfs_cpfile_read_checkpoint(struct inode *cpfile, __u64 cno, 21 int nilfs_cpfile_create_checkpoint(struct inode *cpfile, __u64 cno); 22 int nilfs_cpfile_finalize_checkpoint(struct inode *cpfile, __u64 cno,
|
| H A D | Makefile | 5 the_nilfs.o segbuf.o segment.o cpfile.o sufile.o \
|
| H A D | ioctl.c | 675 struct inode *cpfile = nilfs->ns_cpfile; in nilfs_ioctl_delete_checkpoints() local 681 cpfile, periods[i].p_start, periods[i].p_end); in nilfs_ioctl_delete_checkpoints()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | nilfs2.rst | 239 2) Checkpoint file (cpfile) -- Stores checkpoints 248 | Summary | regular file | file | ... | ifile | cpfile | sufile | DAT |SR| 259 three special inodes, inodes for the DAT, cpfile, and sufile. Inodes 262 corresponding checkpoint entry in the cpfile. Thus, the hierarchy 271 `-- cpfile
|