Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dnfs4_fs.h375 extern const u32 nfs4_fattr_bitmap[3];
Dnfs4proc.c175 const u32 nfs4_fattr_bitmap[3] = { variable
1049 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0]; in nfs4_opendata_alloc()
2985 bitmask[0] = nfs4_fattr_bitmap[0]; in _nfs4_lookup_root()
2986 bitmask[1] = nfs4_fattr_bitmap[1]; in _nfs4_lookup_root()
2990 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_lookup_root()
Dnfs4xdr.c1221 encode_getattr_three(xdr, bitmask[0] & nfs4_fattr_bitmap[0], in encode_getfattr()
1222 bitmask[1] & nfs4_fattr_bitmap[1], in encode_getfattr()
1223 bitmask[2] & nfs4_fattr_bitmap[2], in encode_getfattr()