Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dfs_context.c1010 if ((ctx->acdirmax != CIFS_DEF_ACTIMEO) || in smb3_fs_context_parse_param()
1011 (ctx->acregmax != CIFS_DEF_ACTIMEO)) { in smb3_fs_context_parse_param()
1453 ctx->acregmax = CIFS_DEF_ACTIMEO; in smb3_init_fs_context()
1454 ctx->acdirmax = CIFS_DEF_ACTIMEO; in smb3_init_fs_context()
Dcifsglob.h46 #define CIFS_DEF_ACTIMEO (1 * HZ) macro