Searched refs:d_walk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | dcache.c | 516 * Inform d_walk() and shrink_dentry_list() that we are no longer in dentry_unlist() 527 * things like d_walk() it might end up with a nasty surprise. in dentry_unlist() 528 * Normally d_walk() doesn't care about cursors moving around - in dentry_unlist() 535 * before d_walk() regains parent->d_lock, we'll end up skipping in dentry_unlist() 1282 * d_walk - walk the dentry tree 1289 static void d_walk(struct dentry *parent, void *data, in d_walk() function 1427 d_walk(parent->dentry, &data, path_check_mount); in path_has_submounts() 1566 d_walk(parent, &data, select_collect); in shrink_dcache_parent() 1577 d_walk(parent, &data, select_collect2); in shrink_dcache_parent() 1624 d_walk(dentr in do_one_tree() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | dcache.c | 544 * Inform d_walk() and shrink_dentry_list() that we are no longer in dentry_unlist() 555 * things like d_walk() it might end up with a nasty surprise. in dentry_unlist() 556 * Normally d_walk() doesn't care about cursors moving around - in dentry_unlist() 563 * before d_walk() regains parent->d_lock, we'll end up skipping in dentry_unlist() 1342 * d_walk - walk the dentry tree 1349 static void d_walk(struct dentry *parent, void *data, in d_walk() function 1487 d_walk(parent->dentry, &data, path_check_mount); in path_has_submounts() 1626 d_walk(parent, &data, select_collect); in shrink_dcache_parent() 1637 d_walk(parent, &data, select_collect2); in shrink_dcache_parent() 1683 d_walk(dentr in do_one_tree() [all...] |
Completed in 10 milliseconds