Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/linux/lockd/
Dshare.h16 struct nlm_share * s_next; /* linked list */ member
/linux-4.4.14/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.4.14/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.4.14/kernel/trace/
Dtrace_events.c900 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function
925 file = s_next(m, file, &l); in s_start()
1782 .next = s_next,
Dtrace.c2390 static void *s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function
2491 for (p = iter; p && l < *pos; p = s_next(m, p, &l)) in s_start()
2503 p = s_next(m, p, &l); in s_start()
3026 .next = s_next,
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddivacapi.h183 APPL *s_next; member
/linux-4.4.14/mm/
Dvmalloc.c2574 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() function
2664 .next = s_next,