Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/newfs_nandfs/
H A Dnewfs_nandfs.c345 SIZE_TO_BLOCK((NANDFS_CPFILE_FIRST_CHECKPOINT_OFFSET + 1) * in count_seg_blocks()
736 initial_cp = &cp[NANDFS_CPFILE_FIRST_CHECKPOINT_OFFSET]; in save_cpfile()
750 i = NANDFS_CPFILE_FIRST_CHECKPOINT_OFFSET + 1; in save_cpfile()
/freebsd-12.1/sys/fs/nandfs/
H A Dnandfs_fs.h408 #define NANDFS_CPFILE_FIRST_CHECKPOINT_OFFSET \ macro
H A Dnandfs_vfsops.c996 fcpno = cpno + NANDFS_CPFILE_FIRST_CHECKPOINT_OFFSET - 1; in nandfs_mount_checkpoint()
/freebsd-12.1/stand/libsa/
H A Dnandfs.c833 cpno += NANDFS_CPFILE_FIRST_CHECKPOINT_OFFSET - 1; in nandfs_get_checkpoint()