Home
last modified time | relevance | path

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

/linux-6.1.9/fs/vboxsf/
Dshfl_hostintf.h126 #define SHFL_TYPE_SYMLINK 0120000U macro
137 #define SHFL_IS_SYMLINK(m) (((m) & SHFL_TYPE_MASK) == SHFL_TYPE_SYMLINK)
Ddir.c79 case SHFL_TYPE_SYMLINK: in vboxsf_get_d_type()