Home
last modified time | relevance | path

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

/linux-4.1.27/fs/lockd/
Dsvcshare.c34 for (share = file->f_shares; share; share = share->s_next) { in nlmsvc_share_file()
55 share->s_next = file->f_shares; in nlmsvc_share_file()
75 shpp = &share->s_next) { in nlmsvc_unshare_file()
77 *shpp = share->s_next; in nlmsvc_unshare_file()
100 *shpp = share->s_next; in nlmsvc_traverse_shares()
104 shpp = &share->s_next; in nlmsvc_traverse_shares()
/linux-4.1.27/include/linux/lockd/
Dshare.h16 struct nlm_share * s_next; /* linked list */ member
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce-severity.c291 static void *s_next(struct seq_file *f, void *data, loff_t *pos) in s_next() function
311 .next = s_next,
/linux-4.1.27/kernel/
Dkallsyms.c508 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() function
555 .next = s_next,
/linux-4.1.27/kernel/trace/
Dtrace_events.c712 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function
737 file = s_next(m, file, &l); in s_start()
1331 .next = s_next,
Dtrace.c2393 static void *s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function
2494 for (p = iter; p && l < *pos; p = s_next(m, p, &l)) in s_start()
2506 p = s_next(m, p, &l); in s_start()
3018 .next = s_next,
/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddivacapi.h183 APPL *s_next; member
/linux-4.1.27/mm/
Dvmalloc.c2573 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() function
2663 .next = s_next,