Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_rrip.h201 #define SYM_LINK_LEN(x) (strlen(x) + 1) macro
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_rrip.c409 tmp_sym_link = kmem_alloc(SYM_LINK_LEN(sym_link), KM_SLEEP); in rrip_sym_link()