Searched refs:CIFS_DEF_ACTIMEO (Results 1 – 2 of 2) sorted by relevance
1204 if ((ctx->acdirmax != CIFS_DEF_ACTIMEO) || in smb3_fs_context_parse_param()1205 (ctx->acregmax != CIFS_DEF_ACTIMEO)) { in smb3_fs_context_parse_param()1694 ctx->acregmax = CIFS_DEF_ACTIMEO; in smb3_init_fs_context()1695 ctx->acdirmax = CIFS_DEF_ACTIMEO; in smb3_init_fs_context()
50 #define CIFS_DEF_ACTIMEO (1 * HZ) macro