Lines Matching refs:w
1030 u32 w; in nfsd4_decode_share_access() local
1032 if (xdr_stream_decode_u32(argp->xdr, &w) < 0) in nfsd4_decode_share_access()
1034 *share_access = w & NFS4_SHARE_ACCESS_MASK; in nfsd4_decode_share_access()
1035 *deleg_want = w & NFS4_SHARE_WANT_MASK; in nfsd4_decode_share_access()
1037 *deleg_when = w & NFS4_SHARE_WHEN_MASK; in nfsd4_decode_share_access()
1039 switch (w & NFS4_SHARE_ACCESS_MASK) { in nfsd4_decode_share_access()
1047 w &= ~NFS4_SHARE_ACCESS_MASK; in nfsd4_decode_share_access()
1048 if (!w) in nfsd4_decode_share_access()
1052 switch (w & NFS4_SHARE_WANT_MASK) { in nfsd4_decode_share_access()
1063 w &= ~NFS4_SHARE_WANT_MASK; in nfsd4_decode_share_access()
1064 if (!w) in nfsd4_decode_share_access()
1069 switch (w) { in nfsd4_decode_share_access()