Home
last modified time | relevance | path

Searched refs:NLC_APPENDONLY (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
HDnlookup.h135 #define NLC_APPENDONLY 0x20000000 /* indicate append-only */ macro
/dragonfly/sys/kern/
HDvfs_nlookup.c1708 *nflagsp |= NLC_APPENDONLY; in naccess()
1838 if (((lvap->va_flags & NOUNLINK) || (nflags & NLC_APPENDONLY)) && in naccess_lva()
HDvfs_vnops.c348 if (nd->nl_flags & NLC_APPENDONLY) in vn_open()