Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dnfs4_fs.h378 extern const u32 nfs4_fattr_bitmap[3];
Dnfs4proc.c174 const u32 nfs4_fattr_bitmap[3] = { variable
1123 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0]; in nfs4_opendata_alloc()
3138 bitmask[0] = nfs4_fattr_bitmap[0]; in _nfs4_lookup_root()
3139 bitmask[1] = nfs4_fattr_bitmap[1]; in _nfs4_lookup_root()
3143 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_lookup_root()
Dnfs4xdr.c1238 encode_getattr_three(xdr, bitmask[0] & nfs4_fattr_bitmap[0], in encode_getfattr()
1239 bitmask[1] & nfs4_fattr_bitmap[1], in encode_getfattr()
1240 bitmask[2] & nfs4_fattr_bitmap[2], in encode_getfattr()