__seq_open_private   47 fs/proc/proc_net.c 	p = __seq_open_private(f, ops, size);
__seq_open_private  551 fs/seq_file.c  	return __seq_open_private(filp, ops, psize) ? 0 : -ENOMEM;
__seq_open_private   65 include/linux/seq_file.h void *__seq_open_private(struct file *, const struct seq_operations *, int);
__seq_open_private  118 net/atm/proc.c 	state = __seq_open_private(file, ops, sizeof(*state));
__seq_open_private  452 net/netfilter/xt_recent.c 	st = __seq_open_private(file, &recent_seq_ops, sizeof(*st));
__seq_open_private 1254 net/sunrpc/cache.c 	han = __seq_open_private(file, &cache_content_op, sizeof(*han));