Searched refs:dchild (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/lustre/lustre/llite/ |
D | llite_nfs.c | 279 static struct dentry *ll_get_parent(struct dentry *dchild) in ll_get_parent() argument 282 struct inode *dir = d_inode(dchild); in ll_get_parent()
|
D | namei.c | 806 static int ll_mknod(struct inode *dir, struct dentry *dchild, in ll_mknod() argument 812 dchild, dir->i_ino, dir->i_generation, dir, in ll_mknod() 826 err = ll_new_node(dir, dchild, NULL, mode, in ll_mknod()
|