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() 412 u_char *name, namestr[NFSV4_SMALLSTR]; in nfsrv_buildacl()
|
H A D | nfs_commonsubs.c | 1311 u_char *cp, *cp2, namestr[NFSV4_SMALLSTR + 1]; in nfsv4_loadattr() 1987 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 1993 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 2010 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 2021 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 2027 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 2044 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 2681 u_char *cp, namestr[NFSV4_SMALLSTR]; in nfsv4_fillattr() 3394 int cnt, hasampersand, len = NFSV4_SMALLSTR, ret; in nfsv4_uidtostr() 3408 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 | 2191 if (taglen <= NFSV4_SMALLSTR) in nfsd_getminorvers() 2207 if (tagstr != NULL && taglen > NFSV4_SMALLSTR) in nfsd_getminorvers()
|
H A D | nfs_nfsdport.c | 3170 u_char *cp, namestr[NFSV4_SMALLSTR + 1]; in nfsv4_sattr() 3263 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 3269 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 3279 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 3290 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 3296 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 3306 if (j > NFSV4_SMALLSTR) in nfsv4_sattr()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 3561 u_char tag[NFSV4_SMALLSTR + 1], *tagstr; in nfscl_docb() 3588 if (taglen <= NFSV4_SMALLSTR) in nfscl_docb() 3594 if (taglen > NFSV4_SMALLSTR) in nfscl_docb() 3600 if (taglen > NFSV4_SMALLSTR) { in nfscl_docb()
|
H A D | nfs_clrpcops.c | 8246 char *cp, *str, str0[NFSV4_SMALLSTR + 1]; in nfsrv_parseug() 8265 if (len > NFSV4_SMALLSTR) in nfsrv_parseug() 8278 if (len > NFSV4_SMALLSTR) in nfsrv_parseug()
|