Home
last modified time | relevance | path

Searched refs:lu_buf (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlu_object.h1292 struct lu_buf { struct
1330 extern struct lu_buf LU_BUF_NULL;
1332 void lu_buf_free(struct lu_buf *buf);
1333 void lu_buf_alloc(struct lu_buf *buf, int size);
1334 void lu_buf_realloc(struct lu_buf *buf, int size);
1336 int lu_buf_check_and_grow(struct lu_buf *buf, int len);
1337 struct lu_buf *lu_buf_check_and_alloc(struct lu_buf *buf, int len);
Ddt_object.h332 struct lu_buf *buf, const char *name,
343 const struct lu_buf *buf,
347 struct dt_object *dt, const struct lu_buf *buf,
369 struct dt_object *dt, struct lu_buf *buf,
471 struct lu_buf *buf, loff_t *pos,
481 const struct lu_buf *buf, loff_t *pos,
921 struct lu_buf *buf, loff_t *pos);
923 struct lu_buf *buf, loff_t *pos);
925 const struct lu_buf *buf, loff_t *pos, struct thandle *th);
1346 const struct lu_buf *buf, in dt_declare_xattr_set()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Ddt_object.c448 struct lu_buf *buf, loff_t *pos) in dt_read()
469 struct lu_buf *buf, loff_t *pos) in dt_record_read()
486 const struct lu_buf *buf, loff_t *pos, struct thandle *th) in dt_record_write()
506 struct lu_buf vbuf; in dt_declare_version_set()
520 struct lu_buf vbuf; in dt_version_set()
537 struct lu_buf vbuf; in dt_version_get()
Dllog_internal.h57 struct lu_buf lgi_buf;
Dlu_object.c2117 struct lu_buf LU_BUF_NULL = {
2123 void lu_buf_free(struct lu_buf *buf) in lu_buf_free()
2135 void lu_buf_alloc(struct lu_buf *buf, int size) in lu_buf_alloc()
2146 void lu_buf_realloc(struct lu_buf *buf, int size) in lu_buf_realloc()
2153 struct lu_buf *lu_buf_check_and_alloc(struct lu_buf *buf, int len) in lu_buf_check_and_alloc()
2171 int lu_buf_check_and_grow(struct lu_buf *buf, int len) in lu_buf_check_and_grow()