Searched refs:closetimeo (Results 1 – 5 of 5) sorted by relevance
267 unsigned long closetimeo; member
1299 ctx->closetimeo = HZ * result.uint_32; in smb3_fs_context_parse_param()1779 ctx->closetimeo = SMB3_DEF_DCLOSETIMEO; in smb3_init_fs_context()
1160 return (cifs_sb->ctx->closetimeo && cinode->lease_granted && dclose && in smb2_can_defer_close()1195 &cfile->deferred, cifs_sb->ctx->closetimeo)) in cifs_close()1200 &cfile->deferred, cifs_sb->ctx->closetimeo); in cifs_close()
730 seq_printf(s, ",closetimeo=%lu", cifs_sb->ctx->closetimeo / HZ); in cifs_show_options()
2884 if (old->ctx->closetimeo != new->ctx->closetimeo) in compare_mount_options()