Lines Matching defs:parent
29 struct inode *parent)
35 if (parent && (*len < GFS2_LARGE_FH_SIZE)) {
49 if (!parent || inode == d_inode(sb->s_root))
52 ip = GFS2_I(parent);
85 static int gfs2_get_name(struct dentry *parent, char *name,
88 struct inode *dir = d_inode(parent);
171 struct gfs2_inum_host parent;
179 parent.no_formal_ino = ((u64)be32_to_cpu(fh[4])) << 32;
180 parent.no_formal_ino |= be32_to_cpu(fh[5]);
181 parent.no_addr = ((u64)be32_to_cpu(fh[6])) << 32;
182 parent.no_addr |= be32_to_cpu(fh[7]);
183 return gfs2_get_dentry(sb, &parent);