Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dstate.h245 struct nfsd4_cb_notify { struct
296 struct nfsd4_cb_notify dl_cb_notify;
H A Dnfs4state.c1311 struct nfsd4_cb_notify *ncn = &dp->dl_cb_notify; in nfs4_free_dir_deleg()
1329 struct nfsd4_cb_notify *ncn; 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()
3837 static void nfsd4_run_cb_notify(struct nfsd4_cb_notify *ncn);
3842 struct nfsd4_cb_notify *ncn = in nfsd4_cb_notify_release()
3843 container_of(cb, struct nfsd4_cb_notify, ncn_cb); in nfsd4_cb_notify_release()
10390 nfsd4_run_cb_notify(struct nfsd4_cb_notify *ncn) in nfsd4_run_cb_notify()
10534 struct nfsd4_cb_notify *ncn = &dp->dl_cb_notify; in nfsd_handle_dir_event()
H A Dnfs4callback.c900 struct nfsd4_cb_notify *ncn = container_of(cb, struct nfsd4_cb_notify, ncn_cb); in nfs4_xdr_enc_cb_notify()