Home
last modified time | relevance | path

Searched refs:FATTR4_WORD1_OWNER_GROUP (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/nfsd/
H A Dnfsd.h376 | FATTR4_WORD1_OWNER | FATTR4_WORD1_OWNER_GROUP | FATTR4_WORD1_RAWDEV \
474 (FATTR4_WORD1_MODE | FATTR4_WORD1_OWNER | FATTR4_WORD1_OWNER_GROUP \
H A Dnfs4proc.c2858 if (bmap1 & FATTR4_WORD1_OWNER_GROUP) { in nfsd4_getattr_rsize()
2860 bmap1 &= ~FATTR4_WORD1_OWNER_GROUP; in nfsd4_getattr_rsize()
H A Dnfs4xdr.c442 if (bmval[1] & FATTR4_WORD1_OWNER_GROUP) { in nfsd4_decode_fattr4()
3333 if (bmval1 & FATTR4_WORD1_OWNER_GROUP) { in nfsd4_encode_fattr()
/openbmc/linux/include/linux/
H A Dnfs4.h435 #define FATTR4_WORD1_OWNER_GROUP (1UL << 5) macro
/openbmc/linux/fs/nfs/
H A Dnfs4xdr.c1125 (attrmask[1] & FATTR4_WORD1_OWNER_GROUP)) { in encode_attrs()
1134 bmval[1] |= FATTR4_WORD1_OWNER_GROUP; in encode_attrs()
1170 if (bmval[1] & FATTR4_WORD1_OWNER_GROUP) in encode_attrs()
1618 FATTR4_WORD1_OWNER_GROUP|FATTR4_WORD1_RAWDEV| in encode_readdir()
4003 if (unlikely(bitmap[1] & (FATTR4_WORD1_OWNER_GROUP - 1U))) in decode_attr_group()
4005 if (!(bitmap[1] & FATTR4_WORD1_OWNER_GROUP)) in decode_attr_group()
4007 bitmap[1] &= ~FATTR4_WORD1_OWNER_GROUP; in decode_attr_group()
H A Dnfs4proc.c209 | FATTR4_WORD1_OWNER_GROUP
230 | FATTR4_WORD1_OWNER_GROUP
281 | FATTR4_WORD1_OWNER_GROUP
312 dst[1] &= ~(FATTR4_WORD1_OWNER | FATTR4_WORD1_OWNER_GROUP); in nfs4_bitmap_copy_adjust()
3907 if (!(res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)) in _nfs4_server_capabilities()
5608 bitmask[1] |= FATTR4_WORD1_OWNER | FATTR4_WORD1_OWNER_GROUP; in nfs4_bitmask_set()