Lines Matching refs:nfsstate
829 struct nfsstate st, *stp = &st; in nfsrvd_read()
1039 struct nfsstate st, *stp = &st; in nfsrvd_write()
2449 struct nfsstate *stp = NULL; in nfsrvd_lock()
2491 stp = malloc(sizeof (struct nfsstate) + i, in nfsrvd_lock()
2538 stp = malloc(sizeof (struct nfsstate), in nfsrvd_lock()
2677 struct nfsstate *stp = NULL; in nfsrvd_lockt()
2692 stp = malloc(sizeof (struct nfsstate) + i, in nfsrvd_lockt()
2792 struct nfsstate *stp; in nfsrvd_locku()
2801 stp = malloc(sizeof (struct nfsstate), in nfsrvd_locku()
2910 struct nfsstate *stp = NULL; in nfsrvd_open()
2943 stp = malloc(sizeof (struct nfsstate) + i, in nfsrvd_open()
3469 struct nfsstate st, *stp = &st; in nfsrvd_close()
3653 struct nfsstate st, *stp = &st; in nfsrvd_openconfirm()
3708 struct nfsstate st, *stp = &st; in nfsrvd_opendowngrade()
4423 struct nfsstate *stp = NULL; in nfsrvd_releaselckown()
4440 stp = malloc(sizeof (struct nfsstate) + len, in nfsrvd_releaselckown()
5576 struct nfsstate st, *stp = &st; in nfsrvd_allocate()
5685 struct nfsstate st, *stp = &st; in nfsrvd_deallocate()
5792 struct nfsstate inst, outst, *instp = &inst, *outstp = &outst; in nfsrvd_copy_file_range()