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

/linux-master/fs/nfs/
H A Dnfs4_fs.h448 extern const u32 nfs4_fattr_bitmap[3];
H A Dnfs4proc.c200 const u32 nfs4_fattr_bitmap[3] = { variable
1444 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0];
4111 bitmask[0] = nfs4_fattr_bitmap[0];
4112 bitmask[1] = nfs4_fattr_bitmap[1];
4116 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL;
8025 bitmask[0] = nfs4_fattr_bitmap[0] | FATTR4_WORD0_FS_LOCATIONS;
8026 bitmask[1] = nfs4_fattr_bitmap[1];
H A Dnfs4xdr.c1272 encode_getattr(xdr, nfs4_fattr_bitmap, bitmask,
1273 ARRAY_SIZE(nfs4_fattr_bitmap), hdr);

Completed in 254 milliseconds