Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dmount.c1040 static const uint8_t nfs_err_stat[] ALIGN1 = { variable
1062 for (i = 0; i < ARRAY_SIZE(nfs_err_stat); i++) { in nfs_strerror()
1063 if (nfs_err_stat[i] == status) in nfs_strerror()