Searched refs:buflenp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c2265 nfs3_readlink_rpc(nfsnode_t np, char *buf, uint32_t *buflenp, vfs_context_t ctx) argument
2293 if ((nfsvers == NFS_VER2) && (len > *buflenp)) {
2297 if (len >= *buflenp) {
2298 if (np->n_size && (np->n_size < *buflenp))
2301 len = *buflenp - 1;
2305 *buflenp = len;
H A Dnfs4_vnops.c248 nfs4_readlink_rpc(nfsnode_t np, char *buf, uint32_t *buflenp, vfs_context_t ctx) argument
293 if (len >= *buflenp) {
294 if (np->n_size && (np->n_size < *buflenp))
297 len = *buflenp - 1;
301 *buflenp = len;

Completed in 93 milliseconds