Home
last modified time | relevance | path

Searched refs:cache_seq_next_rcu (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dcache.h241 extern void *cache_seq_next_rcu(struct seq_file *file, void *p, loff_t *pos);
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dcache.c1412 void *cache_seq_next_rcu(struct seq_file *file, void *p, loff_t *pos) in cache_seq_next_rcu() function
1416 EXPORT_SYMBOL_GPL(cache_seq_next_rcu);
1452 .next = cache_seq_next_rcu,
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dexport.c1258 .next = cache_seq_next_rcu,