Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/fid/
Dlproc_fid.c101 struct lu_client_seq *seq; in ldebugfs_fid_space_seq_write()
123 struct lu_client_seq *seq = (struct lu_client_seq *)m->private; in ldebugfs_fid_space_seq_show()
139 struct lu_client_seq *seq; in ldebugfs_fid_width_seq_write()
171 struct lu_client_seq *seq = (struct lu_client_seq *)m->private; in ldebugfs_fid_width_seq_show()
185 struct lu_client_seq *seq = (struct lu_client_seq *)m->private; in ldebugfs_fid_fid_seq_show()
199 struct lu_client_seq *seq = (struct lu_client_seq *)m->private; in ldebugfs_fid_server_seq_show()
Dfid_request.c58 static int seq_client_rpc(struct lu_client_seq *seq, in seq_client_rpc()
146 int seq_client_alloc_super(struct lu_client_seq *seq, in seq_client_alloc_super()
168 struct lu_client_seq *seq) in seq_client_alloc_meta()
186 struct lu_client_seq *seq, u64 *seqnr) in seq_client_alloc_seq()
215 static int seq_fid_alloc_prep(struct lu_client_seq *seq, in seq_fid_alloc_prep()
235 static void seq_fid_alloc_fini(struct lu_client_seq *seq) in seq_fid_alloc_fini()
245 struct lu_client_seq *seq, struct lu_fid *fid) in seq_client_alloc_fid()
312 void seq_client_flush(struct lu_client_seq *seq) in seq_client_flush()
345 static void seq_client_debugfs_fini(struct lu_client_seq *seq) in seq_client_debugfs_fini()
351 static int seq_client_debugfs_init(struct lu_client_seq *seq) in seq_client_debugfs_init()
[all …]
Dfid_internal.h47 int seq_client_alloc_super(struct lu_client_seq *seq,
/drivers/staging/lustre/lustre/include/
Dlustre_fid.h334 struct lu_client_seq { struct
373 void seq_client_flush(struct lu_client_seq *seq); argument
375 int seq_client_alloc_fid(const struct lu_env *env, struct lu_client_seq *seq,
Dobd.h356 struct lu_client_seq *cl_seq;
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2230 struct lu_client_seq *seq = cli->cl_seq; in mdc_fid_alloc()