Home
last modified time | relevance | path

Searched refs:closetimeo (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dfs_context.h253 unsigned long closetimeo; member
Dfs_context.c1138 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()
Dcifsfs.c716 seq_printf(s, ",closetimeo=%lu", cifs_sb->ctx->closetimeo / HZ); in cifs_show_options()
Dfile.c1083 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()
Dconnect.c2756 if (old->ctx->closetimeo != new->ctx->closetimeo) in compare_mount_options()