Searched refs:xobj (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/trace/events/ |
D | cachefiles.h | 247 struct cachefiles_object *xobj), 249 TP_ARGS(obj, de, xobj), 255 __field(struct cachefiles_object *, xobj ) 263 __entry->xobj = xobj; 264 __entry->flags = xobj->flags; 265 __entry->fsc_flags = xobj->fscache.flags; 269 __entry->obj, __entry->de, __entry->xobj,
|
/linux-4.19.296/fs/fscache/ |
D | object-list.c | 48 struct fscache_object *xobj; in fscache_objlist_add() local 57 xobj = rb_entry(parent, struct fscache_object, objlist_link); in fscache_objlist_add() 59 if (obj < xobj) in fscache_objlist_add() 61 else if (obj > xobj) in fscache_objlist_add()
|