Searched defs:osdc (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dioctl.c101 struct ceph_osd_client *osdc = &ceph_sb_to_client(inode->i_sb)->osdc; local
H A Ddebugfs.c220 struct ceph_osd_client *osdc = &client->osdc; local
[all...]
H A Daddr.c196 struct ceph_osd_client *osdc = &ceph_inode_to_client(inode)->osdc; local
268 struct ceph_osd_client *osdc = &ceph_inode_to_client(inode)->osdc; local
369 struct ceph_osd_client *osdc; local
[all...]
H A Dfile.c817 struct ceph_osd_client *osdc = &ceph_sb_to_client(inode->i_sb)->osdc; local
H A Dosd_client.c50 static void calc_layout(struct ceph_osd_client *osdc, argument
122 struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *osdc, argument
242 static void __insert_request(struct ceph_osd_client *osdc, argument
264 __lookup_request(struct ceph_osd_client *osdc, u64 tid) argument
283 __lookup_request_ge(struct ceph_osd_client *osdc, u64 tid) argument
311 struct ceph_osd_client *osdc; local
325 create_osd(struct ceph_osd_client *osdc) argument
376 __remove_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd) argument
386 __move_osd_to_lru(struct ceph_osd_client *osdc, struct ceph_osd *osd) argument
402 remove_old_osds(struct ceph_osd_client *osdc, int remove_all) argument
419 __reset_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd) argument
445 __insert_osd(struct ceph_osd_client *osdc, struct ceph_osd *new) argument
466 __lookup_osd(struct ceph_osd_client *osdc, int o) argument
483 __schedule_osd_timeout(struct ceph_osd_client *osdc) argument
489 __cancel_osd_timeout(struct ceph_osd_client *osdc) argument
498 register_request(struct ceph_osd_client *osdc, struct ceph_osd_request *req) argument
521 __unregister_request(struct ceph_osd_client *osdc, struct ceph_osd_request *req) argument
568 __map_osds(struct ceph_osd_client *osdc, struct ceph_osd_request *req) argument
640 __send_request(struct ceph_osd_client *osdc, struct ceph_osd_request *req) argument
683 struct ceph_osd_client *osdc = local
772 struct ceph_osd_client *osdc = local
791 handle_reply(struct ceph_osd_client *osdc, struct ceph_msg *msg, struct ceph_connection *con) argument
885 __kick_requests(struct ceph_osd_client *osdc, struct ceph_osd *kickosd) argument
965 kick_requests(struct ceph_osd_client *osdc, struct ceph_osd *kickosd) argument
987 ceph_osdc_handle_map(struct ceph_osd_client *osdc, struct ceph_msg *msg) argument
1093 ceph_osdc_start_request(struct ceph_osd_client *osdc, struct ceph_osd_request *req, bool nofail) argument
1132 ceph_osdc_wait_request(struct ceph_osd_client *osdc, struct ceph_osd_request *req) argument
1154 ceph_osdc_sync(struct ceph_osd_client *osdc) argument
1187 ceph_osdc_init(struct ceph_osd_client *osdc, struct ceph_client *client) argument
1235 ceph_osdc_stop(struct ceph_osd_client *osdc) argument
1253 ceph_osdc_readpages(struct ceph_osd_client *osdc, struct ceph_vino vino, struct ceph_file_layout *layout, u64 off, u64 *plen, u32 truncate_seq, u64 truncate_size, struct page **pages, int num_pages) argument
1289 ceph_osdc_writepages(struct ceph_osd_client *osdc, struct ceph_vino vino, struct ceph_file_layout *layout, struct ceph_snap_context *snapc, u64 off, u64 len, u32 truncate_seq, u64 truncate_size, struct timespec *mtime, struct page **pages, int num_pages, int flags, int do_sync, bool nofail) argument
1334 struct ceph_osd_client *osdc; local
1366 struct ceph_osd_client *osdc = osd->o_osdc; local
1474 struct ceph_osd_client *osdc = o->o_osdc; local
1506 struct ceph_osd_client *osdc = o->o_osdc; local
1515 struct ceph_osd_client *osdc = o->o_osdc; local
[all...]
H A Dsuper.h151 struct ceph_osd_client osdc; member in struct:ceph_client

Completed in 69 milliseconds