Symbol: nfs_dirent
sys/vfs/nfs/nfs_bio.c
427
struct nfs_dirent *dp;
sys/vfs/nfs/nfs_bio.c
441
dp = (struct nfs_dirent *)cpos;
sys/vfs/nfs/nfs_bio.c
475
nfs_check_dirent(struct nfs_dirent *dp, int maxlen)
sys/vfs/nfs/nfs_bio.c
477
int nfs_name_off = offsetof(struct nfs_dirent, nfs_name[0]);
sys/vfs/nfs/nfs_bio.c
71
static int nfs_check_dirent(struct nfs_dirent *dp, int maxlen);
sys/vfs/nfs/nfs_vnops.c
2493
struct nfs_dirent *dp = NULL;
sys/vfs/nfs/nfs_vnops.c
2597
if ((tlen + sizeof(struct nfs_dirent)) > left) {
sys/vfs/nfs/nfs_vnops.c
2605
if ((tlen + sizeof(struct nfs_dirent)) > uiop->uio_resid)
sys/vfs/nfs/nfs_vnops.c
2608
dp = (struct nfs_dirent *)uiop->uio_iov->iov_base;
sys/vfs/nfs/nfs_vnops.c
2611
dp->nfs_reclen = tlen + sizeof(struct nfs_dirent);
sys/vfs/nfs/nfs_vnops.c
2616
uiop->uio_offset += sizeof(struct nfs_dirent);
sys/vfs/nfs/nfs_vnops.c
2617
uiop->uio_resid -= sizeof(struct nfs_dirent);
sys/vfs/nfs/nfs_vnops.c
2618
uiop->uio_iov->iov_base = (char *)uiop->uio_iov->iov_base + sizeof(struct nfs_dirent);
sys/vfs/nfs/nfs_vnops.c
2619
uiop->uio_iov->iov_len -= sizeof(struct nfs_dirent);
sys/vfs/nfs/nfs_vnops.c
2713
struct nfs_dirent *dp;
sys/vfs/nfs/nfs_vnops.c
2813
if ((tlen + sizeof(struct nfs_dirent)) > left) {
sys/vfs/nfs/nfs_vnops.c
2821
if ((tlen + sizeof(struct nfs_dirent)) > uiop->uio_resid)
sys/vfs/nfs/nfs_vnops.c
2824
dp = (struct nfs_dirent *)uiop->uio_iov->iov_base;
sys/vfs/nfs/nfs_vnops.c
2827
dp->nfs_reclen = tlen + sizeof(struct nfs_dirent);
sys/vfs/nfs/nfs_vnops.c
2832
uiop->uio_offset += sizeof(struct nfs_dirent);
sys/vfs/nfs/nfs_vnops.c
2833
uiop->uio_resid -= sizeof(struct nfs_dirent);
sys/vfs/nfs/nfs_vnops.c
2834
uiop->uio_iov->iov_base = (char *)uiop->uio_iov->iov_base + sizeof(struct nfs_dirent);
sys/vfs/nfs/nfs_vnops.c
2835
uiop->uio_iov->iov_len -= sizeof(struct nfs_dirent);