Searched refs:NFS_MATTR_SOFT_RETRY_COUNT (Results 1 – 2 of 2) sorted by relevance
1240 NFS_BITMAP_SET(mattrs, NFS_MATTR_SOFT_RETRY_COUNT); in nfs_convert_old_nfs_args()1357 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_SOFT_RETRY_COUNT)) { in nfs_convert_old_nfs_args()2688 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_SOFT_RETRY_COUNT)) { in mountnfs()3472 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_SOFT_RETRY_COUNT)) { in nfs_mirror_mount_domount()5267 NFS_BITMAP_SET(mattrs, NFS_MATTR_SOFT_RETRY_COUNT); in nfs_mountinfo_assemble()
199 #define NFS_MATTR_SOFT_RETRY_COUNT 18 /* max RPC retransmissions for soft mounts */ macro