Searched refs:nfsd4_decode_bitmap4 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/nfsd/ |
D | nfs4xdr.c | 280 nfsd4_decode_bitmap4(struct nfsd4_compoundargs *argp, u32 *bmval, u32 bmlen) in nfsd4_decode_bitmap4() function 389 status = nfsd4_decode_bitmap4(argp, bmval, bmlen); in nfsd4_decode_fattr4() 862 return nfsd4_decode_bitmap4(argp, getattr->ga_bmval, in nfsd4_decode_getattr() 1411 status = nfsd4_decode_bitmap4(argp, verify->ve_bmval, in nfsd4_decode_verify() 1513 status = nfsd4_decode_bitmap4(argp, exid->spo_must_enforce, in nfsd4_decode_state_protect_ops() 1517 status = nfsd4_decode_bitmap4(argp, exid->spo_must_allow, in nfsd4_decode_state_protect_ops() 1738 status = nfsd4_decode_bitmap4(argp, gdd->gdda_notification_types, in nfsd4_decode_get_dir_delegation() 1748 status = nfsd4_decode_bitmap4(argp, gdd->gdda_child_attributes, in nfsd4_decode_get_dir_delegation() 1752 return nfsd4_decode_bitmap4(argp, gdd->gdda_dir_attributes, in nfsd4_decode_get_dir_delegation()
|