Searched defs:CRED (Results 1 – 5 of 5) sorted by relevance
39 #define CRED() (curthread->td_ucred) macro54 #define CRED() NULL macro
52 #define CRED() curthread->t_cred macro
51 #define CRED() curthread->td_ucred macro
39 #define CRED() ((cred_t *)current_cred()) macro
910 #define VFS_CHECKEXP(MP, NAM, EXFLG, CRED, NUMSEC, SEC) ({ \ argument