Lines Matching refs:child
305 struct dentry *child, u64 ino) in __get_parent() argument
318 if (child) { in __get_parent()
319 req->r_inode = d_inode(child); in __get_parent()
320 ihold(d_inode(child)); in __get_parent()
350 static struct dentry *ceph_get_parent(struct dentry *child) in ceph_get_parent() argument
352 struct inode *inode = d_inode(child); in ceph_get_parent()
359 if (!d_is_dir(child)) { in ceph_get_parent()
389 dn = __get_parent(child->d_sb, child, 0); in ceph_get_parent()
393 child, ceph_vinop(inode), (long)PTR_ERR_OR_ZERO(dn)); in ceph_get_parent()
425 struct dentry *child) in __get_snap_name() argument
427 struct inode *inode = d_inode(child); in __get_snap_name()
517 child, ceph_vinop(inode), err); in __get_snap_name()
522 struct dentry *child) in ceph_get_name() argument
526 struct inode *inode = d_inode(child); in ceph_get_name()
530 return __get_snap_name(parent, name, child); in ceph_get_name()
555 child, ceph_vinop(inode), name); in ceph_get_name()
558 child, ceph_vinop(inode), err); in ceph_get_name()