Lines Matching defs:dent
1151 struct dentry *dent = NULL;
1175 dent = hmdfs_root_mkdir(con->device_id, con->sbi->local_dst,
1178 if (IS_ERR(dent)) {
1179 err = PTR_ERR(dent);
1183 child_inode = d_inode(dent);
1189 dput(dent);
1201 struct dentry *dent = NULL;
1225 dent = hmdfs_root_create(con->device_id, con->sbi->local_dst,
1229 if (IS_ERR(dent)) {
1230 err = PTR_ERR(dent);
1234 child_inode = d_inode(dent);
1246 dput(dent);