Home
last modified time | relevance | path

Searched refs:NFS_CS_NO_RETRANS_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Dnfs_fs_sb.h46 #define NFS_CS_NO_RETRANS_TIMEOUT 4 /* - Disable retransmit timeouts */ macro
/Linux-v5.10/fs/nfs/
Dnfs4client.c390 __set_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags); in nfs4_init_client()
Dclient.c522 if (test_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags)) in nfs_create_rpc_client()