Lines Matching refs:prev
76 static struct dentry *get_next_positive_subdir(struct dentry *prev, in get_next_positive_subdir() argument
86 if (prev) in get_next_positive_subdir()
87 next = prev->d_child.next; in get_next_positive_subdir()
89 prev = dget_dlock(root); in get_next_positive_subdir()
90 next = prev->d_subdirs.next; in get_next_positive_subdir()
97 dput(prev); in get_next_positive_subdir()
115 dput(prev); in get_next_positive_subdir()
123 static struct dentry *get_next_positive_dentry(struct dentry *prev, in get_next_positive_dentry() argument
130 if (prev == NULL) in get_next_positive_dentry()
135 p = prev; in get_next_positive_dentry()
146 dput(prev); in get_next_positive_dentry()
178 dput(prev); in get_next_positive_dentry()