Home
last modified time | relevance | path

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

/Linux-v4.19/fs/lockd/
Dsvcshare.c35 for (share = file->f_shares; share; share = share->s_next) { in nlmsvc_share_file()
56 share->s_next = file->f_shares; in nlmsvc_share_file()
76 shpp = &share->s_next) { in nlmsvc_unshare_file()
78 *shpp = share->s_next; in nlmsvc_unshare_file()
101 *shpp = share->s_next; in nlmsvc_traverse_shares()
105 shpp = &share->s_next; in nlmsvc_traverse_shares()
/Linux-v4.19/include/linux/lockd/
Dshare.h17 struct nlm_share * s_next; /* linked list */ member
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce-severity.c351 static void *s_next(struct seq_file *f, void *data, loff_t *pos) in s_next() function
371 .next = s_next,
/Linux-v4.19/kernel/
Dkallsyms.c572 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() function
622 .next = s_next,
/Linux-v4.19/drivers/isdn/hardware/eicon/
Ddivacapi.h173 APPL *s_next; member
/Linux-v4.19/kernel/trace/
Dtrace_events.c943 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function
968 file = s_next(m, file, &l); in s_start()
1686 .next = s_next,
Dtrace.c3179 static void *s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function
3280 for (p = iter; p && l < *pos; p = s_next(m, p, &l)) in s_start()
3292 p = s_next(m, p, &l); in s_start()
3833 .next = s_next,
/Linux-v4.19/mm/
Dvmalloc.c2641 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() function
2732 .next = s_next,