Lines Matching refs:w
768 u32 w; in nfsd4_decode_share_access() local
771 w = be32_to_cpup(p++); in nfsd4_decode_share_access()
772 *share_access = w & NFS4_SHARE_ACCESS_MASK; in nfsd4_decode_share_access()
773 *deleg_want = w & NFS4_SHARE_WANT_MASK; in nfsd4_decode_share_access()
775 *deleg_when = w & NFS4_SHARE_WHEN_MASK; in nfsd4_decode_share_access()
777 switch (w & NFS4_SHARE_ACCESS_MASK) { in nfsd4_decode_share_access()
785 w &= ~NFS4_SHARE_ACCESS_MASK; in nfsd4_decode_share_access()
786 if (!w) in nfsd4_decode_share_access()
790 switch (w & NFS4_SHARE_WANT_MASK) { in nfsd4_decode_share_access()
801 w &= ~NFS4_SHARE_WANT_MASK; in nfsd4_decode_share_access()
802 if (!w) in nfsd4_decode_share_access()
807 switch (w) { in nfsd4_decode_share_access()