Home
last modified time | relevance | path

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

/freebsd/sbin/tunefs/
H A Dtunefs.c639 if (dp->d_namlen != strlen(SUJ_FILE)) in dir_search()
641 if (bcmp(dp->d_name, SUJ_FILE, dp->d_namlen) != 0) in dir_search()
726 dp->d_namlen = strlen(SUJ_FILE); in dir_insert()
727 bcopy(SUJ_FILE, &dp->d_name, strlen(SUJ_FILE)); in dir_insert()
931 SUJ_FILE); in journal_alloc()
/freebsd/sys/ufs/ffs/
H A Dfs.h819 #define SUJ_FILE ".sujournal" /* Journal file name */
818 #define SUJ_FILE global() macro
H A Dffs_softdep.c2888 cnp.cn_pnbuf = SUJ_FILE; in softdep_journal_lookup()
2889 cnp.cn_nameptr = SUJ_FILE; in softdep_journal_lookup()
2890 cnp.cn_namelen = strlen(SUJ_FILE); in softdep_journal_lookup()
/freebsd/sbin/fsck_ffs/
H A Dsuj.c2421 idesc.id_name = SUJ_FILE; in suj_check()