Searched refs:NFSV4_SMALLSTR (Results 1 – 7 of 7) sorted by relevance
| /trueos/sys/fs/nfs/ |
| HD | nfs_commonacl.c | 49 u_char *name, namestr[NFSV4_SMALLSTR + 1]; in nfsrv_dissectace() 75 if (len > NFSV4_SMALLSTR) in nfsrv_dissectace() 81 if (len > NFSV4_SMALLSTR) in nfsrv_dissectace() 114 if (len > NFSV4_SMALLSTR) in nfsrv_dissectace() 396 u_char *name, namestr[NFSV4_SMALLSTR]; in nfsrv_buildacl()
|
| HD | nfs_commonsubs.c | 808 u_char *cp, *cp2, namestr[NFSV4_SMALLSTR + 1]; in nfsv4_loadattr() 1416 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 1422 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 1438 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 1449 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 1455 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 1471 if (j > NFSV4_SMALLSTR) in nfsv4_loadattr() 2015 u_char *cp, namestr[NFSV4_SMALLSTR]; in nfsv4_fillattr() 2543 int cnt, hasampersand, len = NFSV4_SMALLSTR, ret; in nfsv4_uidtostr() 2556 if (len > NFSV4_SMALLSTR) in nfsv4_uidtostr() [all …]
|
| HD | nfsproto.h | 67 #define NFSV4_SMALLSTR 50 /* Strings small enough for stack */ macro
|
| /trueos/sys/fs/nfsserver/ |
| HD | nfs_nfsdkrpc.c | 316 u_char tag[NFSV4_SMALLSTR + 1], *tagstr = NULL; in nfs_proc() 397 if (tagstr != NULL && taglen > NFSV4_SMALLSTR) in nfs_proc()
|
| HD | nfs_nfsdport.c | 2409 u_char *cp, namestr[NFSV4_SMALLSTR + 1]; in nfsv4_sattr() 2484 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 2490 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 2500 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 2511 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 2517 if (j > NFSV4_SMALLSTR) in nfsv4_sattr() 2527 if (j > NFSV4_SMALLSTR) in nfsv4_sattr()
|
| HD | nfs_nfsdsubs.c | 2101 if (taglen <= NFSV4_SMALLSTR) in nfsd_getminorvers() 2115 if (tagstr != NULL && taglen > NFSV4_SMALLSTR) in nfsd_getminorvers()
|
| /trueos/sys/fs/nfsclient/ |
| HD | nfs_clstate.c | 3150 u_char tag[NFSV4_SMALLSTR + 1], *tagstr; in nfscl_docb() 3175 if (taglen <= NFSV4_SMALLSTR) in nfscl_docb() 3181 if (taglen > NFSV4_SMALLSTR) in nfscl_docb() 3187 if (taglen > NFSV4_SMALLSTR) { in nfscl_docb()
|