summaryrefslogtreecommitdiff
path: root/include/linux/pidfs.h
blob: 40dd325a32a634153778bebdd818f7028aa8e4df (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_PID_FS_H
#define _LINUX_PID_FS_H

struct file *pidfs_alloc_file(struct pid *pid, unsigned int flags);
void __init pidfs_init(void);
bool is_pidfs_sb(const struct super_block *sb);

#endif /* _LINUX_PID_FS_H */