Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dstate.h251 struct notify4 *ncn_nf; // array of notify4's to be sent member
H A Dnfs4state.c1316 kfree(ncn->ncn_nf); in nfs4_free_dir_deleg()
1344 ncn->ncn_nf = kcalloc(NOTIFY4_EVENT_QUEUE_SIZE, sizeof(*ncn->ncn_nf), GFP_KERNEL); in alloc_init_dir_deleg()
1345 if (!ncn->ncn_nf) { in alloc_init_dir_deleg()
3756 ncn->ncn_nf[i].notify_mask.count = 1; in nfsd4_cb_notify_prepare()
3757 ncn->ncn_nf[i].notify_mask.element = maskp; in nfsd4_cb_notify_prepare()
3758 ncn->ncn_nf[i].notify_vals.data = p; in nfsd4_cb_notify_prepare()
3759 ncn->ncn_nf[i].notify_vals.len = (u8 *)stream.p - p; in nfsd4_cb_notify_prepare()
3786 ncn->ncn_nf[count].notify_mask.count = 1; in nfsd4_cb_notify_prepare()
3787 ncn->ncn_nf[count].notify_mask.element = maskp; in nfsd4_cb_notify_prepare()
3788 ncn->ncn_nf[count].notify_vals.data = p; in nfsd4_cb_notify_prepare()
[all …]
H A Dnfs4callback.c932 args.cna_changes.element = ncn->ncn_nf; in nfs4_xdr_enc_cb_notify()