Searched refs:SUJ_FILE (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sbin/tunefs/
H A Dtunefs.c655 * Search a directory block for the SUJ_FILE.
674 if (dp->d_namlen != strlen(SUJ_FILE))
676 if (bcmp(dp->d_name, SUJ_FILE, dp->d_namlen) != 0)
685 * Search in the UFS_ROOTINO for the SUJ_FILE. If it exists we can not enable
766 dp->d_namlen = strlen(SUJ_FILE);
767 bcopy(SUJ_FILE, &dp->d_name, strlen(SUJ_FILE));
984 SUJ_FILE);
/freebsd-12-stable/sys/ufs/ffs/
H A Dfs.h745 #define SUJ_FILE ".sujournal" /* Journal file name */ macro
H A Dffs_softdep.c2746 cnp.cn_pnbuf = SUJ_FILE;
2747 cnp.cn_nameptr = SUJ_FILE;
2748 cnp.cn_namelen = strlen(SUJ_FILE);
/freebsd-12-stable/sbin/fsck_ffs/
H A Dsuj.c2623 * Search a directory block for the SUJ_FILE.
2645 if (dp->d_namlen != strlen(SUJ_FILE))
2647 if (bcmp(dp->d_name, SUJ_FILE, dp->d_namlen) != 0)

Completed in 197 milliseconds