Lines Matching refs:child
288 struct dentry *child, u64 ino) in __get_parent() argument
301 if (child) { in __get_parent()
302 req->r_inode = d_inode(child); in __get_parent()
303 ihold(d_inode(child)); in __get_parent()
328 static struct dentry *ceph_get_parent(struct dentry *child) in ceph_get_parent() argument
330 struct inode *inode = d_inode(child); in ceph_get_parent()
337 if (!d_is_dir(child)) { in ceph_get_parent()
367 dn = __get_parent(child->d_sb, child, 0); in ceph_get_parent()
371 child, ceph_vinop(inode), (long)PTR_ERR_OR_ZERO(dn)); in ceph_get_parent()
403 struct dentry *child) in __get_snap_name() argument
405 struct inode *inode = d_inode(child); in __get_snap_name()
495 child, ceph_vinop(inode), err); in __get_snap_name()
500 struct dentry *child) in ceph_get_name() argument
504 struct inode *inode = d_inode(child); in ceph_get_name()
508 return __get_snap_name(parent, name, child); in ceph_get_name()
533 child, ceph_vinop(inode), name); in ceph_get_name()
536 child, ceph_vinop(inode), err); in ceph_get_name()