Searched refs:dt_object (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | dt_object.h | 66 struct dt_object; 233 struct dt_object *dah_parent; 285 struct dt_object *dt, unsigned role); 287 struct dt_object *dt, unsigned role); 289 struct dt_object *dt); 291 struct dt_object *dt); 293 struct dt_object *dt); 310 struct dt_object *dt, struct lu_attr *attr, 318 struct dt_object *dt, 322 struct dt_object *dt, [all …]
|
D | lustre_fld.h | 79 struct dt_object *lsf_obj;
|
D | lustre_quota.h | 185 int lquota_disk_write_glb(const struct lu_env *, struct dt_object *,
|
D | lustre_log.h | 291 struct dt_object *lgh_obj; 321 struct dt_object *loc_dir;
|
D | lustre_fid.h | 393 struct dt_object *lss_obj;
|
D | obd.h | 410 struct dt_object *cl_mgc_configs_dir;
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | dt_object.c | 151 int dt_object_init(struct dt_object *obj, in dt_object_init() 159 void dt_object_fini(struct dt_object *obj) in dt_object_fini() 165 int dt_try_as_dir(const struct lu_env *env, struct dt_object *obj) in dt_try_as_dir() 205 int dt_lookup_dir(const struct lu_env *env, struct dt_object *dir, in dt_lookup_dir() 217 struct dt_object *dt_locate_at(const struct lu_env *env, in dt_locate_at() 231 return container_of0(n, struct dt_object, do_lu); in dt_locate_at() 245 struct dt_object *obj = dfh->dfh_o; in dt_find_entry() 288 struct dt_object * 294 struct dt_object *obj; in dt_store_resolve() 323 static struct dt_object *dt_reg_open(const struct lu_env *env, in dt_reg_open() [all …]
|
D | Makefile | 8 lu_object.o dt_object.o capa.o cl_object.o \
|
/linux-4.1.27/drivers/staging/lustre/lustre/fld/ |
D | fld_internal.h | 181 int fld_write_range(const struct lu_env *env, struct dt_object *dt,
|