Home
last modified time | relevance | path

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

/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()
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()
Dinternal.h114 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 *,
Dinode.c72 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()
Dserver_list.c133 struct afs_cb_interest *cbi = old->servers[i].cb_interest; in afs_annotate_server_list()
Drotate.c55 struct afs_cb_interest *cbi; in afs_start_fs_iteration()
489 struct afs_cb_interest *cbi; in afs_select_current_fileserver()
Ddir.c642 struct afs_cb_interest *dcbi, *cbi = NULL; in afs_do_lookup()
Dyfsclient.c20 static inline void afs_use_fs_server(struct afs_call *call, struct afs_cb_interest *cbi) in afs_use_fs_server()
Dfsclient.c18 static inline void afs_use_fs_server(struct afs_call *call, struct afs_cb_interest *cbi) in afs_use_fs_server()