Lines Matching defs:rep
267 struct dentry *rep,
275 _enter(",'%pd','%pd'", dir, rep);
277 if (rep->d_parent != dir) {
284 if (!d_is_dir(rep)) {
285 dget(rep); /* Stop the dentry being negated if it's only pinned
288 ret = cachefiles_unlink(cache, object, dir, rep, why);
289 dput(rep);
310 if (rep->d_parent != dir || IS_DEADDIR(d_inode(rep))) {
324 if (trap == rep) {
330 if (d_mountpoint(rep)) {
380 ret = security_path_rename(&path, rep, &path_to_graveyard, grave, 0);
387 .old_dentry = rep,
392 trace_cachefiles_rename(object, d_inode(rep)->i_ino, why);
404 __cachefiles_unmark_inode_in_use(object, d_inode(rep));