Lines Matching refs:ls_stateid
866 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_read()
867 clientid.lval[0] = stp->ls_stateid.other[0] = *tl++; in nfsrvd_read()
868 clientid.lval[1] = stp->ls_stateid.other[1] = *tl++; in nfsrvd_read()
880 stp->ls_stateid.other[2] = *tl++; in nfsrvd_read()
885 ((stp->ls_stateid.other[0] == 0x0 && in nfsrvd_read()
886 stp->ls_stateid.other[1] == 0x0 && in nfsrvd_read()
887 stp->ls_stateid.other[2] == 0x0) || in nfsrvd_read()
888 (stp->ls_stateid.other[0] == 0xffffffff && in nfsrvd_read()
889 stp->ls_stateid.other[1] == 0xffffffff && in nfsrvd_read()
890 stp->ls_stateid.other[2] == 0xffffffff) || in nfsrvd_read()
891 stp->ls_stateid.seqid != 0)) in nfsrvd_read()
894 if (stp->ls_stateid.seqid == 0xffffffff && in nfsrvd_read()
895 stp->ls_stateid.other[0] == 0x55555555 && in nfsrvd_read()
896 stp->ls_stateid.other[1] == 0x55555555 && in nfsrvd_read()
897 stp->ls_stateid.other[2] == 0x55555555) in nfsrvd_read()
1069 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_write()
1070 clientid.lval[0] = stp->ls_stateid.other[0] = *tl++; in nfsrvd_write()
1071 clientid.lval[1] = stp->ls_stateid.other[1] = *tl++; in nfsrvd_write()
1083 stp->ls_stateid.other[2] = *tl++; in nfsrvd_write()
1088 ((stp->ls_stateid.other[0] == 0x0 && in nfsrvd_write()
1089 stp->ls_stateid.other[1] == 0x0 && in nfsrvd_write()
1090 stp->ls_stateid.other[2] == 0x0) || in nfsrvd_write()
1091 (stp->ls_stateid.other[0] == 0xffffffff && in nfsrvd_write()
1092 stp->ls_stateid.other[1] == 0xffffffff && in nfsrvd_write()
1093 stp->ls_stateid.other[2] == 0xffffffff) || in nfsrvd_write()
1094 stp->ls_stateid.seqid != 0)) in nfsrvd_write()
1097 if (stp->ls_stateid.seqid == 0xffffffff && in nfsrvd_write()
1098 stp->ls_stateid.other[0] == 0x55555555 && in nfsrvd_write()
1099 stp->ls_stateid.other[1] == 0x55555555 && in nfsrvd_write()
1100 stp->ls_stateid.other[2] == 0x55555555) in nfsrvd_write()
2496 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_lock()
2497 NFSBCOPY((caddr_t)tl, (caddr_t)stp->ls_stateid.other, in nfsrvd_lock()
2506 stp->ls_stateid.seqid == 1 && in nfsrvd_lock()
2507 stp->ls_stateid.other[0] == 0 && in nfsrvd_lock()
2508 stp->ls_stateid.other[1] == 0 && in nfsrvd_lock()
2509 stp->ls_stateid.other[2] == 0) { in nfsrvd_lock()
2511 stp->ls_stateid = nd->nd_curstateid; in nfsrvd_lock()
2512 stp->ls_stateid.seqid = 0; in nfsrvd_lock()
2542 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_lock()
2543 NFSBCOPY((caddr_t)tl, (caddr_t)stp->ls_stateid.other, in nfsrvd_lock()
2552 stp->ls_stateid.seqid == 1 && in nfsrvd_lock()
2553 stp->ls_stateid.other[0] == 0 && in nfsrvd_lock()
2554 stp->ls_stateid.other[1] == 0 && in nfsrvd_lock()
2555 stp->ls_stateid.other[2] == 0) { in nfsrvd_lock()
2557 stp->ls_stateid = nd->nd_curstateid; in nfsrvd_lock()
2558 stp->ls_stateid.seqid = 0; in nfsrvd_lock()
2566 clientid.lval[0] = stp->ls_stateid.other[0]; in nfsrvd_lock()
2567 clientid.lval[1] = stp->ls_stateid.other[1]; in nfsrvd_lock()
2765 *tl++ = stp->ls_stateid.other[0]; in nfsrvd_lockt()
2766 *tl = stp->ls_stateid.other[1]; in nfsrvd_lockt()
2827 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_locku()
2828 NFSBCOPY((caddr_t)tl, (caddr_t)stp->ls_stateid.other, in nfsrvd_locku()
2836 if ((nd->nd_flag & ND_NFSV41) != 0 && stp->ls_stateid.seqid == 1 && in nfsrvd_locku()
2837 stp->ls_stateid.other[0] == 0 && stp->ls_stateid.other[1] == 0 && in nfsrvd_locku()
2838 stp->ls_stateid.other[2] == 0) { in nfsrvd_locku()
2840 stp->ls_stateid = nd->nd_curstateid; in nfsrvd_locku()
2841 stp->ls_stateid.seqid = 0; in nfsrvd_locku()
2860 clientid.lval[0] = stp->ls_stateid.other[0]; in nfsrvd_locku()
2861 clientid.lval[1] = stp->ls_stateid.other[1]; in nfsrvd_locku()
3481 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_close()
3482 NFSBCOPY((caddr_t)tl, (caddr_t)stp->ls_stateid.other, in nfsrvd_close()
3489 if ((nd->nd_flag & ND_NFSV41) != 0 && stp->ls_stateid.seqid == 1 && in nfsrvd_close()
3490 stp->ls_stateid.other[0] == 0 && stp->ls_stateid.other[1] == 0 && in nfsrvd_close()
3491 stp->ls_stateid.other[2] == 0) { in nfsrvd_close()
3493 stp->ls_stateid = nd->nd_curstateid; in nfsrvd_close()
3501 clientid.lval[0] = stp->ls_stateid.other[0]; in nfsrvd_close()
3502 clientid.lval[1] = stp->ls_stateid.other[1]; in nfsrvd_close()
3667 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_openconfirm()
3668 NFSBCOPY((caddr_t)tl, (caddr_t)stp->ls_stateid.other, in nfsrvd_openconfirm()
3673 clientid.lval[0] = stp->ls_stateid.other[0]; in nfsrvd_openconfirm()
3674 clientid.lval[1] = stp->ls_stateid.other[1]; in nfsrvd_openconfirm()
3723 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_opendowngrade()
3724 NFSBCOPY((caddr_t)tl, (caddr_t)stp->ls_stateid.other, in nfsrvd_opendowngrade()
3732 if ((nd->nd_flag & ND_NFSV41) != 0 && stp->ls_stateid.seqid == 1 && in nfsrvd_opendowngrade()
3733 stp->ls_stateid.other[0] == 0 && stp->ls_stateid.other[1] == 0 && in nfsrvd_opendowngrade()
3734 stp->ls_stateid.other[2] == 0) { in nfsrvd_opendowngrade()
3736 stp->ls_stateid = nd->nd_curstateid; in nfsrvd_opendowngrade()
3778 clientid.lval[0] = stp->ls_stateid.other[0]; in nfsrvd_opendowngrade()
3779 clientid.lval[1] = stp->ls_stateid.other[1]; in nfsrvd_opendowngrade()
5599 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_allocate()
5600 clientid.lval[0] = stp->ls_stateid.other[0] = *tl++; in nfsrvd_allocate()
5601 clientid.lval[1] = stp->ls_stateid.other[1] = *tl++; in nfsrvd_allocate()
5613 stp->ls_stateid.other[2] = *tl++; in nfsrvd_allocate()
5620 if (stp->ls_stateid.seqid == 0xffffffff && in nfsrvd_allocate()
5621 stp->ls_stateid.other[0] == 0x55555555 && in nfsrvd_allocate()
5622 stp->ls_stateid.other[1] == 0x55555555 && in nfsrvd_allocate()
5623 stp->ls_stateid.other[2] == 0x55555555) in nfsrvd_allocate()
5698 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_deallocate()
5699 clientid.lval[0] = stp->ls_stateid.other[0] = *tl++; in nfsrvd_deallocate()
5700 clientid.lval[1] = stp->ls_stateid.other[1] = *tl++; in nfsrvd_deallocate()
5712 stp->ls_stateid.other[2] = *tl++; in nfsrvd_deallocate()
5719 if (stp->ls_stateid.seqid == 0xffffffff && in nfsrvd_deallocate()
5720 stp->ls_stateid.other[0] == 0x55555555 && in nfsrvd_deallocate()
5721 stp->ls_stateid.other[1] == 0x55555555 && in nfsrvd_deallocate()
5722 stp->ls_stateid.other[2] == 0x55555555) in nfsrvd_deallocate()
5821 instp->ls_stateid.seqid = fxdr_unsigned(uint32_t, *tl++); in nfsrvd_copy_file_range()
5822 clientid.lval[0] = instp->ls_stateid.other[0] = *tl++; in nfsrvd_copy_file_range()
5823 clientid.lval[1] = instp->ls_stateid.other[1] = *tl++; in nfsrvd_copy_file_range()
5826 instp->ls_stateid.other[2] = *tl++; in nfsrvd_copy_file_range()
5832 outstp->ls_stateid.seqid = fxdr_unsigned(uint32_t, *tl++); in nfsrvd_copy_file_range()
5833 outstp->ls_stateid.other[0] = *tl++; in nfsrvd_copy_file_range()
5834 outstp->ls_stateid.other[1] = *tl++; in nfsrvd_copy_file_range()
5835 outstp->ls_stateid.other[2] = *tl++; in nfsrvd_copy_file_range()