Searched refs:cpfile (Results 1 – 4 of 4) sorted by relevance
/linux/fs/nilfs2/ |
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 | 24 #include "cpfile.h" 675 struct inode *cpfile = nilfs->ns_cpfile; 681 cpfile, periods[i].p_start, periods[i].p_end); 698 struct inode *cpfile = nilfs->ns_cpfile; nilfs_ioctl_delete_checkpoints() local
|
/linux/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
|