Searched refs:NFSV4_SMALLSTR (Results 1 – 8 of 8) sorted by relevance
| /src/sys/fs/nfs/ |
| H A D | nfs_commonacl.c | 47 u_char *name, namestr[NFSV4_SMALLSTR + 1]; in nfsrv_dissectace() 77 if (len > NFSV4_SMALLSTR) in nfsrv_dissectace() 83 if (len > NFSV4_SMALLSTR) in nfsrv_dissectace() 116 if (len > NFSV4_SMALLSTR) in nfsrv_dissectace() 197 u_char *name, namestr[NFSV4_SMALLSTR + 1]; in nfsrv_dissectposixace() 220 if (len > NFSV4_SMALLSTR) in nfsrv_dissectposixace() 227 if (len > NFSV4_SMALLSTR) in nfsrv_dissectposixace() 250 if (len > NFSV4_SMALLSTR) in nfsrv_dissectposixace() 545 u_char *name, namestr[NFSV4_SMALLSTR]; in nfsrv_buildacl() 608 u_char *name, namestr[NFSV4_SMALLSTR]; in nfsrv_buildposixacl()
|
| H A D | nfs_commonsubs.c | 1336 u_char *cp, *cp2, namestr[NFSV4_SMALLSTR + 1]; in nfsv4_loadattr() 2031 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 2037 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 2054 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 2065 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 2071 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 2088 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 2825 u_char *cp, namestr[NFSV4_SMALLSTR]; in nfsv4_fillattr() 3635 int cnt, hasampersand, len = NFSV4_SMALLSTR, ret; in nfsv4_uidtostr() 3649 if (len > NFSV4_SMALLSTR) in nfsv4_uidtostr() [all …]
|
| H A D | nfsproto.h | 81 #define NFSV4_SMALLSTR 50 /* Strings small enough for stack */ macro
|
| /src/sys/fs/nfsserver/ |
| H A D | nfs_nfsdkrpc.c | 416 u_char tag[NFSV4_SMALLSTR + 1], *tagstr = NULL; in nfs_proc() 501 if (tagstr != NULL && taglen > NFSV4_SMALLSTR) in nfs_proc()
|
| H A D | nfs_nfsdsubs.c | 2247 if (taglen <= NFSV4_SMALLSTR) in nfsd_getminorvers() 2263 if (tagstr != NULL && taglen > NFSV4_SMALLSTR) in nfsd_getminorvers()
|
| H A D | nfs_nfsdport.c | 3220 u_char *cp, namestr[NFSV4_SMALLSTR + 1]; in nfsv4_sattr() 3320 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 3326 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 3336 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 3347 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 3353 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 3363 if (j > NFSV4_SMALLSTR) in nfsv4_sattr()
|
| /src/sys/fs/nfsclient/ |
| H A D | nfs_clstate.c | 3567 u_char tag[NFSV4_SMALLSTR + 1], *tagstr; in nfscl_docb() 3594 if (taglen <= NFSV4_SMALLSTR) in nfscl_docb() 3600 if (taglen > NFSV4_SMALLSTR) in nfscl_docb() 3606 if (taglen > NFSV4_SMALLSTR) { in nfscl_docb()
|
| H A D | nfs_clrpcops.c | 8316 char *str, str0[NFSV4_SMALLSTR + 1]; in nfsrv_parseug() 8335 if (len > NFSV4_SMALLSTR) in nfsrv_parseug() 8348 if (len > NFSV4_SMALLSTR) in nfsrv_parseug()
|