Home
last modified time | relevance | path

Searched refs:afs_cb_interest (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/afs/
Dcallback.c26 static struct afs_cb_interest *afs_create_interest(struct afs_server *server, in afs_create_interest()
30 struct afs_cb_interest *new; in afs_create_interest()
37 new = kzalloc(sizeof(struct afs_cb_interest), GFP_KERNEL); in afs_create_interest()
93 struct afs_cb_interest *cbi, *vcbi, *new, *old; in afs_register_server_cb_interest()
177 void afs_put_cb_interest(struct afs_net *net, struct afs_cb_interest *cbi) in afs_put_cb_interest()
241 struct afs_cb_interest *cbi; in afs_break_one_callback()
Dinternal.h96 struct afs_cb_interest *cbi; /* Callback interest for server used */
429 struct afs_cb_interest { struct
443 struct afs_cb_interest *cb_interest; argument
540 struct afs_cb_interest *cb_interest; /* Server on which this resides */
603 struct afs_cb_interest *cbi; /* Server on which this resides (pins ref) */
674 extern void afs_put_cb_interest(struct afs_net *, struct afs_cb_interest *);
677 static inline struct afs_cb_interest *afs_get_cb_interest(struct afs_cb_interest *cbi) in afs_get_cb_interest()
690 struct afs_cb_interest *cbi) in afs_cb_break_sum()
816 struct afs_cb_interest *);
Dserver_list.c137 struct afs_cb_interest *cbi = old->servers[i].cb_interest; in afs_annotate_server_list()
Drotate.c61 struct afs_cb_interest *cbi; in afs_start_fs_iteration()
443 struct afs_cb_interest *cbi = vnode->cb_interest; in afs_select_current_fileserver()
Dinode.c272 struct afs_callback *cb, struct afs_cb_interest *cbi) in afs_iget()
Dfsclient.c29 static inline void afs_use_fs_server(struct afs_call *call, struct afs_cb_interest *cbi) in afs_use_fs_server()
270 struct afs_cb_interest *old, *cbi = call->cbi; in xdr_decode_AFSCallBack()
Ddir.c607 struct afs_cb_interest *cbi = NULL; in afs_do_lookup()