Searched refs:lu_client_fld (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/lustre/lustre/include/ |
D | lustre_fld.h | 48 struct lu_client_fld; 91 struct lu_client_fld { struct 124 int fld_client_init(struct lu_client_fld *fld, argument 127 void fld_client_fini(struct lu_client_fld *fld); 129 void fld_client_flush(struct lu_client_fld *fld); 131 int fld_client_lookup(struct lu_client_fld *fld, u64 seq, u32 *mds, 134 int fld_client_create(struct lu_client_fld *fld, 138 int fld_client_delete(struct lu_client_fld *fld, u64 seq, 141 int fld_client_add_target(struct lu_client_fld *fld, 144 int fld_client_del_target(struct lu_client_fld *fld, [all …]
|
D | obd.h | 502 struct lu_client_fld lmv_fld;
|
/drivers/staging/lustre/lustre/fld/ |
D | lproc_fld.c | 60 struct lu_client_fld *fld = (struct lu_client_fld *)m->private; in fld_debugfs_targets_seq_show() 77 struct lu_client_fld *fld = (struct lu_client_fld *)m->private; in fld_debugfs_hash_seq_show() 93 struct lu_client_fld *fld; in fld_debugfs_hash_seq_write() 133 struct lu_client_fld *fld = file->private_data; in fld_debugfs_cache_flush_write()
|
D | fld_request.c | 111 static int fld_rrb_hash(struct lu_client_fld *fld, u64 seq) in fld_rrb_hash() 118 fld_rrb_scan(struct lu_client_fld *fld, u64 seq) in fld_rrb_scan() 182 fld_client_get_target(struct lu_client_fld *fld, u64 seq) in fld_client_get_target() 204 int fld_client_add_target(struct lu_client_fld *fld, in fld_client_add_target() 255 int fld_client_del_target(struct lu_client_fld *fld, __u64 idx) in fld_client_del_target() 281 static int fld_client_debugfs_init(struct lu_client_fld *fld) in fld_client_debugfs_init() 311 void fld_client_debugfs_fini(struct lu_client_fld *fld) in fld_client_debugfs_fini() 323 int fld_client_init(struct lu_client_fld *fld, in fld_client_init() 373 void fld_client_fini(struct lu_client_fld *fld) in fld_client_fini() 449 int fld_client_lookup(struct lu_client_fld *fld, u64 seq, u32 *mds, in fld_client_lookup() [all …]
|
D | fld_internal.h | 61 typedef int (*fld_hash_func_t) (struct lu_client_fld *, __u64); 64 (*fld_scan_func_t) (struct lu_client_fld *, __u64);
|