Home
last modified time | relevance | path

Searched refs:listmnt_next (Results 1 – 1 of 1) sorted by relevance

/linux/fs/
H A Dnamespace.c5045 static struct mount *listmnt_next(struct mount *curr) in listmnt_next() function
5069 for (ret = 0, r = first; r && nr_mnt_ids; r = listmnt_next(r)) { in do_listmount()