Home
last modified time | relevance | path

Searched refs:cr_bmval (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfsd/
H A Dnfs4proc.c835 status = check_attr_support(cstate, create->cr_bmval, nfsd_attrmask); in nfsd4_create()
904 create->cr_bmval[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_create()
906 create->cr_bmval[0] &= ~FATTR4_WORD0_ACL; in nfsd4_create()
908 create->cr_bmval[2] &= ~FATTR4_WORD2_POSIX_DEFAULT_ACL; in nfsd4_create()
910 create->cr_bmval[2] &= ~FATTR4_WORD2_POSIX_ACCESS_ACL; in nfsd4_create()
H A Dxdr4.h243 u32 cr_bmval[3]; /* request */ member
H A Dnfs4xdr.c982 status = nfsd4_decode_fattr4(argp, create->cr_bmval, in nfsd4_decode_create()
983 ARRAY_SIZE(create->cr_bmval), in nfsd4_decode_create()
4437 return nfsd4_encode_bitmap4(xdr, create->cr_bmval[0], in nfsd4_encode_create()
4438 create->cr_bmval[1], create->cr_bmval[2]); in nfsd4_encode_create()