Searched refs:seq_list_next (Results 1 – 4 of 4) sorted by relevance
/fs/proc/ |
D | proc_tty.c | 114 return seq_list_next(v, &tty_drivers, pos); in t_next()
|
D | base.c | 2462 return seq_list_next(v, &tp->task->signal->posix_timers, pos); in timers_next()
|
/fs/ |
D | seq_file.c | 912 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) in seq_list_next() function 920 EXPORT_SYMBOL(seq_list_next);
|
/fs/nfs/ |
D | client.c | 1172 return seq_list_next(v, &nn->nfs_client_list, pos); in nfs_server_list_next() 1239 return seq_list_next(v, &nn->nfs_volume_list, pos); in nfs_volume_list_next()
|