Home
last modified time | relevance | path

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

/fs/proc/
Dproc_tty.c114 return seq_list_next(v, &tty_drivers, pos); in t_next()
Dbase.c2287 return seq_list_next(v, &tp->task->signal->posix_timers, pos); in timers_next()
/fs/
Dseq_file.c917 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) in seq_list_next() function
925 EXPORT_SYMBOL(seq_list_next);
Dnamespace.c1281 v = seq_list_next(v, &p->ns->list, &p->cached_index); in m_start()
1296 p->cached_mount = seq_list_next(v, &p->ns->list, pos); in m_next()
/fs/nfs/
Dclient.c1138 return seq_list_next(v, &nn->nfs_client_list, pos); in nfs_server_list_next()
1205 return seq_list_next(v, &nn->nfs_volume_list, pos); in nfs_volume_list_next()
/fs/afs/
Dproc.c241 return seq_list_next(v, &cell->proc_volumes, _pos); in afs_proc_cell_volumes_next()