Searched refs:closetimeo (Results 1 – 5 of 5) sorted by relevance
253 unsigned long closetimeo; member
1138 ctx->closetimeo = HZ * result.uint_32; in smb3_fs_context_parse_param()1139 if (ctx->closetimeo > SMB3_MAX_DCLOSETIMEO) { in smb3_fs_context_parse_param()1604 ctx->closetimeo = SMB3_DEF_DCLOSETIMEO; in smb3_init_fs_context()
716 seq_printf(s, ",closetimeo=%lu", cifs_sb->ctx->closetimeo / HZ); in cifs_show_options()
1083 if ((cifs_sb->ctx->closetimeo && cinode->oplock == CIFS_CACHE_RHW_FLG) in cifs_close()1099 &cfile->deferred, cifs_sb->ctx->closetimeo)) in cifs_close()1104 &cfile->deferred, cifs_sb->ctx->closetimeo); in cifs_close()
2756 if (old->ctx->closetimeo != new->ctx->closetimeo) in compare_mount_options()