Searched refs:ncn_cb (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | state.h | 253 struct nfsd4_callback ncn_cb; // notify4 callback member
|
| H A D | nfs4state.c | 1350 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 D | nfs4callback.c | 900 struct nfsd4_cb_notify *ncn = container_of(cb, struct nfsd4_cb_notify, ncn_cb); in nfs4_xdr_enc_cb_notify()
|