Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDjournal.h274 #define JTYPE_SYMLINK (JMASK_NESTED|0x0018) macro
/dragonfly/sbin/jscan/
HDsubs.c100 case JTYPE_SYMLINK: in type_to_name()
HDdump_mirror.c474 case JTYPE_SYMLINK: in dump_mirror_rebuild_redo()
562 case JTYPE_SYMLINK: in dump_mirror_rebuild_undo()
/dragonfly/sys/kern/
HDvfs_jops.c1159 jreclist_init(mp, &jreclist, &jreccache, JTYPE_SYMLINK); in journal_nsymlink()