Home
last modified time | relevance | path

Searched refs:lu_client_seq (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/fid/
Dlproc_fid.c100 struct lu_client_seq *seq; in lprocfs_fid_space_seq_write()
122 struct lu_client_seq *seq = (struct lu_client_seq *)m->private; in lprocfs_fid_space_seq_show()
137 struct lu_client_seq *seq; in lprocfs_fid_width_seq_write()
171 struct lu_client_seq *seq = (struct lu_client_seq *)m->private; in lprocfs_fid_width_seq_show()
185 struct lu_client_seq *seq = (struct lu_client_seq *)m->private; in lprocfs_fid_fid_seq_show()
199 struct lu_client_seq *seq = (struct lu_client_seq *)m->private; in lprocfs_fid_server_seq_show()
Dfid_request.c56 static int seq_client_rpc(struct lu_client_seq *seq, in seq_client_rpc()
144 int seq_client_alloc_super(struct lu_client_seq *seq, in seq_client_alloc_super()
170 struct lu_client_seq *seq) in seq_client_alloc_meta()
192 struct lu_client_seq *seq, u64 *seqnr) in seq_client_alloc_seq()
222 static int seq_fid_alloc_prep(struct lu_client_seq *seq, in seq_fid_alloc_prep()
242 static void seq_fid_alloc_fini(struct lu_client_seq *seq) in seq_fid_alloc_fini()
254 struct lu_client_seq *seq, u64 *seqnr) in seq_client_get_seq()
303 struct lu_client_seq *seq, struct lu_fid *fid) in seq_client_alloc_fid()
370 void seq_client_flush(struct lu_client_seq *seq) in seq_client_flush()
403 static void seq_client_proc_fini(struct lu_client_seq *seq) in seq_client_proc_fini()
[all …]
Dfid_internal.h47 int seq_client_alloc_super(struct lu_client_seq *seq,
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_fid.h336 struct lu_client_seq { struct
402 struct lu_client_seq *lss_cli;
455 struct lu_client_seq *cli,
459 int seq_client_init(struct lu_client_seq *seq,
465 void seq_client_fini(struct lu_client_seq *seq);
467 void seq_client_flush(struct lu_client_seq *seq);
469 int seq_client_alloc_fid(const struct lu_env *env, struct lu_client_seq *seq,
471 int seq_client_get_seq(const struct lu_env *env, struct lu_client_seq *seq,
Dobd.h432 struct lu_client_seq *cl_seq;
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2357 struct lu_client_seq *seq = cli->cl_seq; in mdc_fid_alloc()