Home
last modified time | relevance | path

Searched refs:C_SYMLINK (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/coda/
Dcnode.h117 #define C_SYMLINK 0x02 /* Validity of symlink pointer in the Code */ macro
122 #define VALID_SYMLINK(cp) ((cp->c_flags) & C_SYMLINK)
Dcoda_vnops.c768 cp->c_flags |= C_SYMLINK; in coda_readlink()
1758 cp->c_flags &= ~C_SYMLINK; in coda_reclaim()