Home
last modified time | relevance | path

Searched refs:dt_object_exists (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Ddt_object.c382 if (dt_object_exists(dto)) in dt_find_or_create()
400 if (dt_object_exists(dto)) { in dt_find_or_create()
410 LASSERT(dt_object_exists(dto)); in dt_find_or_create()
876 if (dt_object_exists(obj) == 0) { in dt_index_read()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Ddt_object.h712 static inline int dt_object_exists(const struct dt_object *dt) in dt_object_exists() function