Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfs/
Dnfs4_fs.h440 extern const u32 nfs4_fattr_bitmap[3];
Dnfs4proc.c198 const u32 nfs4_fattr_bitmap[3] = { variable
1395 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0]; in nfs4_opendata_alloc()
3932 bitmask[0] = nfs4_fattr_bitmap[0]; in _nfs4_lookup_root()
3933 bitmask[1] = nfs4_fattr_bitmap[1]; in _nfs4_lookup_root()
3937 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_lookup_root()
7728 bitmask[0] = nfs4_fattr_bitmap[0] | FATTR4_WORD0_FS_LOCATIONS; in _nfs4_proc_fs_locations()
7729 bitmask[1] = nfs4_fattr_bitmap[1]; in _nfs4_proc_fs_locations()
Dnfs42proc.c53 .falloc_bitmask = nfs4_fattr_bitmap, in _nfs42_proc_fallocate()
Dnfs4xdr.c1260 encode_getattr(xdr, nfs4_fattr_bitmap, bitmask, in encode_getfattr()
1261 ARRAY_SIZE(nfs4_fattr_bitmap), hdr); in encode_getfattr()