Searched refs:nfsd4_decode_bitmap4 (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/fs/nfsd/ |
D | nfs4xdr.c | 281 nfsd4_decode_bitmap4(struct nfsd4_compoundargs *argp, u32 *bmval, u32 bmlen) in nfsd4_decode_bitmap4() function 390 status = nfsd4_decode_bitmap4(argp, bmval, bmlen); in nfsd4_decode_fattr4() 883 return nfsd4_decode_bitmap4(argp, getattr->ga_bmval, in nfsd4_decode_getattr() 1432 status = nfsd4_decode_bitmap4(argp, verify->ve_bmval, in nfsd4_decode_verify() 1534 status = nfsd4_decode_bitmap4(argp, exid->spo_must_enforce, in nfsd4_decode_state_protect_ops() 1538 status = nfsd4_decode_bitmap4(argp, exid->spo_must_allow, in nfsd4_decode_state_protect_ops() 1759 status = nfsd4_decode_bitmap4(argp, gdd->gdda_notification_types, in nfsd4_decode_get_dir_delegation() 1769 status = nfsd4_decode_bitmap4(argp, gdd->gdda_child_attributes, in nfsd4_decode_get_dir_delegation() 1773 return nfsd4_decode_bitmap4(argp, gdd->gdda_dir_attributes, in nfsd4_decode_get_dir_delegation()
|