Lines Matching refs:found
113 struct dentry *dentry = cursor->d_parent, *found = NULL; in scan_positives() local
125 found = dget_dlock(d); in scan_positives()
127 if (likely(found)) in scan_positives()
143 return found; in scan_positives()
462 struct dentry *found = NULL; in find_positive_dentry() local
474 found = dget_dlock(dentry); in find_positive_dentry()
476 if (likely(found)) in find_positive_dentry()
480 return found; in find_positive_dentry()
488 struct dentry *child, *found = NULL; in offset_dir_lookup() local
493 found = find_positive_dentry(parent, NULL, false); in offset_dir_lookup()
497 found = find_positive_dentry(parent, child, false); in offset_dir_lookup()
500 return found; in offset_dir_lookup()