Searched refs:lu_client_fld (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_fld.h | 48 struct lu_client_fld; 100 struct lu_client_fld { struct 133 int fld_client_init(struct lu_client_fld *fld, argument 136 void fld_client_fini(struct lu_client_fld *fld); 138 void fld_client_flush(struct lu_client_fld *fld); 140 int fld_client_lookup(struct lu_client_fld *fld, u64 seq, u32 *mds, 143 int fld_client_create(struct lu_client_fld *fld, 147 int fld_client_delete(struct lu_client_fld *fld, u64 seq, 150 int fld_client_add_target(struct lu_client_fld *fld, 153 int fld_client_del_target(struct lu_client_fld *fld, [all …]
|
D | obd.h | 594 struct lu_client_fld lmv_fld;
|
/linux-4.1.27/drivers/staging/lustre/lustre/fld/ |
D | lproc_fld.c | 61 struct lu_client_fld *fld = (struct lu_client_fld *)m->private; in fld_proc_targets_seq_show() 78 struct lu_client_fld *fld = (struct lu_client_fld *)m->private; in fld_proc_hash_seq_show() 94 struct lu_client_fld *fld; in fld_proc_hash_seq_write() 134 struct lu_client_fld *fld = file->private_data; in fld_proc_cache_flush_write()
|
D | fld_request.c | 112 static int fld_rrb_hash(struct lu_client_fld *fld, u64 seq) in fld_rrb_hash() 119 fld_rrb_scan(struct lu_client_fld *fld, u64 seq) in fld_rrb_scan() 183 fld_client_get_target(struct lu_client_fld *fld, u64 seq) in fld_client_get_target() 205 int fld_client_add_target(struct lu_client_fld *fld, in fld_client_add_target() 256 int fld_client_del_target(struct lu_client_fld *fld, __u64 idx) in fld_client_del_target() 283 static int fld_client_proc_init(struct lu_client_fld *fld) in fld_client_proc_init() 313 void fld_client_proc_fini(struct lu_client_fld *fld) in fld_client_proc_fini() 322 static int fld_client_proc_init(struct lu_client_fld *fld) in fld_client_proc_init() 327 void fld_client_proc_fini(struct lu_client_fld *fld) in fld_client_proc_fini() 338 int fld_client_init(struct lu_client_fld *fld, in fld_client_init() [all …]
|
D | fld_internal.h | 62 typedef int (*fld_hash_func_t) (struct lu_client_fld *, __u64); 65 (*fld_scan_func_t) (struct lu_client_fld *, __u64);
|