Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dstate.h253 struct nfsd4_callback ncn_cb; // notify4 callback member
H A Dnfs4state.c1350 nfsd4_init_cb(&ncn->ncn_cb, dp->dl_stid.sc_client, in alloc_init_dir_deleg()
3683 struct nfsd4_cb_notify *ncn = container_of(cb, struct nfsd4_cb_notify, ncn_cb); in nfsd4_cb_notify_prepare()
3808 struct nfsd4_cb_notify *ncn = container_of(cb, struct nfsd4_cb_notify, ncn_cb); in nfsd4_cb_notify_done()
3843 container_of(cb, struct nfsd4_cb_notify, ncn_cb); in nfsd4_cb_notify_release()
10394 if (test_and_set_bit(NFSD4_CALLBACK_RUNNING, &ncn->ncn_cb.cb_flags)) in nfsd4_run_cb_notify()
10398 clear_bit(NFSD4_CALLBACK_RUNNING, &ncn->ncn_cb.cb_flags); in nfsd4_run_cb_notify()
10400 nfsd4_run_cb(&ncn->ncn_cb); in nfsd4_run_cb_notify()
H A Dnfs4callback.c900 struct nfsd4_cb_notify *ncn = container_of(cb, struct nfsd4_cb_notify, ncn_cb); in nfs4_xdr_enc_cb_notify()