Home | Sort by: relevance | last modified time | path |
/src/sys/rump/librump/rumpvfs/ | |
rumpvfs_compat50.c | 59 enum vtype va_type; /* vnode type (for create) */ member in struct:vattr50 90 va->va_type = va50->va_type; 116 va50->va_type = va->va_type; |
/src/sys/fs/ntfs/ | |
ntfs_subr.h | 45 u_int32_t va_type; member in struct:ntvattr |
/src/sys/fs/puffs/ | |
puffs_compat.c | 60 enum vtype va_type; member in struct:vattr50 165 va50->va_type = va->va_type; 190 va->va_type = va50->va_type; |
/src/sys/sys/ | |
vnode.h | 258 enum vtype va_type; /* vnode type (for create) */ member in struct:vattr |
/src/sys/coda/ | |
coda.h | 280 long va_type; /* vnode type (for create) */ member in struct:coda_vattr |