Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/include/linux/lockd/
Dshare.h17 struct nlm_share * s_next; /* linked list */ member
/Linux-v5.15/arch/x86/kernel/cpu/mce/
Dseverity.c429 static void *s_next(struct seq_file *f, void *data, loff_t *pos) in s_next() function
449 .next = s_next,
/Linux-v5.15/kernel/
Dkallsyms.c723 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() function
773 .next = s_next,
/Linux-v5.15/kernel/trace/
Dtrace_events.c1220 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function
1245 file = s_next(m, file, &l); in s_start()
2020 .next = s_next,
Dtrace.c4000 static void *s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function
4097 for (p = iter; p && l < *pos; p = s_next(m, p, &l)) in s_start()
4109 p = s_next(m, p, &l); in s_start()
4685 .next = s_next,
/Linux-v5.15/mm/
Dvmalloc.c3842 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() function
3957 .next = s_next,