Lines Matching defs:parent
43 prefix, object->fscache.parent);
51 object->fscache.cookie->parent,
81 * - the caller must hold the i_mutex on the dentry's parent as required to
344 /* the entry was probably culled when we dropped the parent dir
458 /* we need to check that our parent is _still_ our parent - it
479 * walk from the parent object to the child object through the backing
482 int cachefiles_walk_to_object(struct cachefiles_object *parent,
496 parent->fscache.debug_id, parent->dentry,
499 cache = container_of(parent->fscache.cache,
503 ASSERT(parent->dentry);
504 ASSERT(d_backing_inode(parent->dentry));
506 if (!(d_is_dir(parent->dentry))) {
512 dir = dget(parent->dentry);