Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfs_context.c1283 if ((ctx->acdirmax != CIFS_DEF_ACTIMEO) || in smb3_fs_context_parse_param()
1284 (ctx->acregmax != CIFS_DEF_ACTIMEO)) { in smb3_fs_context_parse_param()
1773 ctx->acregmax = CIFS_DEF_ACTIMEO; in smb3_init_fs_context()
1774 ctx->acdirmax = CIFS_DEF_ACTIMEO; in smb3_init_fs_context()
H A Dcifsglob.h50 #define CIFS_DEF_ACTIMEO (1 * HZ) macro