Searched refs:afs_cb_interest (Results 1 – 8 of 8) sorted by relevance
/fs/afs/ |
D | callback.c | 26 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() 179 void afs_put_cb_interest(struct afs_net *net, struct afs_cb_interest *cbi) in afs_put_cb_interest() 250 struct afs_cb_interest *cbi; in afs_break_one_callback()
|
D | internal.h | 114 struct afs_cb_interest *cbi; /* Callback interest for server used */ 564 struct afs_cb_interest { struct 581 struct afs_cb_interest *cb_interest; argument 682 struct afs_cb_interest __rcu *cb_interest; /* Server on which this resides */ 770 struct afs_cb_interest *cbi; /* Server on which this resides (pins ref) */ 845 extern void afs_put_cb_interest(struct afs_net *, struct afs_cb_interest *); 848 static inline struct afs_cb_interest *afs_get_cb_interest(struct afs_cb_interest *cbi) in afs_get_cb_interest() 862 const struct afs_cb_interest *cbi) in afs_cb_is_broken() 1014 struct afs_cb_interest *,
|
D | inode.c | 72 struct afs_cb_interest *cbi, in afs_inode_init_from_status() 76 struct afs_cb_interest *old_cbi = NULL; in afs_inode_init_from_status() 252 struct afs_cb_interest *old; in afs_apply_callback() 508 struct afs_cb_interest *cbi, in afs_iget() 594 struct afs_cb_interest *cbi; in afs_check_validity() 759 struct afs_cb_interest *cbi; in afs_evict_inode()
|
D | server_list.c | 133 struct afs_cb_interest *cbi = old->servers[i].cb_interest; in afs_annotate_server_list()
|
D | rotate.c | 55 struct afs_cb_interest *cbi; in afs_start_fs_iteration() 489 struct afs_cb_interest *cbi; in afs_select_current_fileserver()
|
D | dir.c | 642 struct afs_cb_interest *dcbi, *cbi = NULL; in afs_do_lookup()
|
D | yfsclient.c | 20 static inline void afs_use_fs_server(struct afs_call *call, struct afs_cb_interest *cbi) in afs_use_fs_server()
|
D | fsclient.c | 18 static inline void afs_use_fs_server(struct afs_call *call, struct afs_cb_interest *cbi) in afs_use_fs_server()
|