Searched refs:nilfs_attach_checkpoint (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | nilfs.h | 343 int nilfs_attach_checkpoint(struct super_block *sb, __u64 cno, int curr_mnt,
|
H A D | super.c | 541 int nilfs_attach_checkpoint(struct super_block *sb, __u64 cno, int curr_mnt, in nilfs_attach_checkpoint() function 998 ret = nilfs_attach_checkpoint(s, cno, false, &root); in nilfs_attach_snapshot() 1095 err = nilfs_attach_checkpoint(sb, cno, true, &fsroot); in nilfs_fill_super()
|
H A D | recovery.c | 740 err = nilfs_attach_checkpoint(sb, ri->ri_cno, true, &root); in nilfs_salvage_orphan_logs()
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | nilfs.h | 348 int nilfs_attach_checkpoint(struct super_block *sb, __u64 cno, int curr_mnt,
|
H A D | super.c | 542 int nilfs_attach_checkpoint(struct super_block *sb, __u64 cno, int curr_mnt, in nilfs_attach_checkpoint() function 999 ret = nilfs_attach_checkpoint(s, cno, false, &root); in nilfs_attach_snapshot() 1096 err = nilfs_attach_checkpoint(sb, cno, true, &fsroot); in nilfs_fill_super()
|
H A D | recovery.c | 740 err = nilfs_attach_checkpoint(sb, ri->ri_cno, true, &root); in nilfs_salvage_orphan_logs()
|
Completed in 9 milliseconds