minobj 90 fs/fscache/object-list.c struct fscache_object *pobj, *obj = NULL, *minobj = NULL; minobj 110 fs/fscache/object-list.c if (!minobj || minobj > obj) minobj 111 fs/fscache/object-list.c minobj = obj; minobj 116 fs/fscache/object-list.c minobj = obj; minobj 122 fs/fscache/object-list.c if (!minobj) minobj 124 fs/fscache/object-list.c else if (minobj != obj) minobj 125 fs/fscache/object-list.c *_pos = (unsigned long) minobj; minobj 126 fs/fscache/object-list.c return minobj;