Searched refs:NFSV4_SMALLSTR (Results 1 – 8 of 8) sorted by relevance
/freebsd/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() 400 u_char *name, namestr[NFSV4_SMALLSTR]; in nfsrv_buildacl()
|
H A D | nfs_commonsubs.c | 1291 u_char *cp, *cp2, namestr[NFSV4_SMALLSTR + 1]; in nfsv4_loadattr() 1917 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 1923 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 1940 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 1951 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 1957 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 1974 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 2568 u_char *cp, namestr[NFSV4_SMALLSTR]; in nfsv4_fillattr() 3240 int cnt, hasampersand, len = NFSV4_SMALLSTR, ret; in nfsv4_uidtostr() 3254 if (len > NFSV4_SMALLSTR) in nfsv4_uidtostr() [all …]
|
H A D | nfsproto.h | 81 #define NFSV4_SMALLSTR 50 /* Strings small enough for stack */ macro
|
/freebsd/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 nfssvc_loss()
|
H A D | nfs_nfsdsubs.c | 2182 if (taglen <= NFSV4_SMALLSTR) in nfsd_getminorvers() 2198 if (tagstr != NULL && taglen > NFSV4_SMALLSTR) in nfsd_getminorvers()
|
H A D | nfs_nfsdport.c | 3014 u_char *cp, namestr[NFSV4_SMALLSTR + 1]; in nfsv4_sattr() 3102 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 3108 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 3118 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 3129 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 3135 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 3145 if (j > NFSV4_SMALLSTR) in nfsv4_sattr()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 3559 u_char tag[NFSV4_SMALLSTR + 1], *tagstr; in nfscl_docb() 3586 if (taglen <= NFSV4_SMALLSTR) in nfscl_docb() 3592 if (taglen > NFSV4_SMALLSTR) in nfscl_docb() 3598 if (taglen > NFSV4_SMALLSTR) { in nfscl_docb()
|
H A D | nfs_clrpcops.c | 8101 char *cp, *str, str0[NFSV4_SMALLSTR + 1]; in nfsrv_parseug() 8120 if (len > NFSV4_SMALLSTR) in nfsrv_parseug() 8133 if (len > NFSV4_SMALLSTR) in nfsrv_parseug()
|