Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfs_context.h267 unsigned long closetimeo; member
H A Dfs_context.c1299 ctx->closetimeo = HZ * result.uint_32; in smb3_fs_context_parse_param()
1779 ctx->closetimeo = SMB3_DEF_DCLOSETIMEO; in smb3_init_fs_context()
H A Dfile.c1160 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()
H A Dcifsfs.c730 seq_printf(s, ",closetimeo=%lu", cifs_sb->ctx->closetimeo / HZ); in cifs_show_options()
H A Dconnect.c2884 if (old->ctx->closetimeo != new->ctx->closetimeo) in compare_mount_options()