Searched refs:pts_fs_info (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | devpts_fs.h | 17 struct pts_fs_info; 19 struct vfsmount *devpts_mntget(struct file *, struct pts_fs_info *); 20 struct pts_fs_info *devpts_acquire(struct file *); 21 void devpts_release(struct pts_fs_info *); 23 int devpts_new_index(struct pts_fs_info *); 24 void devpts_kill_index(struct pts_fs_info *, int); 27 struct dentry *devpts_pty_new(struct pts_fs_info *, int, void *);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | devpts_fs.h | 17 struct pts_fs_info; 19 struct vfsmount *devpts_mntget(struct file *, struct pts_fs_info *); 20 struct pts_fs_info *devpts_acquire(struct file *); 21 void devpts_release(struct pts_fs_info *); 23 int devpts_new_index(struct pts_fs_info *); 24 void devpts_kill_index(struct pts_fs_info *, int); 27 struct dentry *devpts_pty_new(struct pts_fs_info *, int, void *);
|
/kernel/linux/linux-5.10/fs/devpts/ |
H A D | inode.c | 119 struct pts_fs_info { struct 126 static inline struct pts_fs_info *DEVPTS_SB(struct super_block *sb) in DEVPTS_SB() 168 struct vfsmount *devpts_mntget(struct file *filp, struct pts_fs_info *fsi) in devpts_mntget() 199 struct pts_fs_info *devpts_acquire(struct file *filp) in devpts_acquire() 201 struct pts_fs_info *result; in devpts_acquire() 231 void devpts_release(struct pts_fs_info *fsi) in devpts_release() 329 struct pts_fs_info *fsi = DEVPTS_SB(sb); in mknod_ptmx() 375 static void update_ptmx_mode(struct pts_fs_info *fsi) in update_ptmx_mode() 387 struct pts_fs_info *fsi = DEVPTS_SB(sb); in devpts_remount() 405 struct pts_fs_info *fs in devpts_show_options() [all...] |
/kernel/linux/linux-6.6/fs/devpts/ |
H A D | inode.c | 101 struct pts_fs_info { struct 108 static inline struct pts_fs_info *DEVPTS_SB(struct super_block *sb) in DEVPTS_SB() 150 struct vfsmount *devpts_mntget(struct file *filp, struct pts_fs_info *fsi) in devpts_mntget() 181 struct pts_fs_info *devpts_acquire(struct file *filp) in devpts_acquire() 183 struct pts_fs_info *result; in devpts_acquire() 213 void devpts_release(struct pts_fs_info *fsi) in devpts_release() 311 struct pts_fs_info *fsi = DEVPTS_SB(sb); in mknod_ptmx() 357 static void update_ptmx_mode(struct pts_fs_info *fsi) in update_ptmx_mode() 369 struct pts_fs_info *fsi = DEVPTS_SB(sb); in devpts_remount() 387 struct pts_fs_info *fs in devpts_show_options() [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | pty.c | 737 struct pts_fs_info *fsi; in pty_unix98_remove() 804 struct pts_fs_info *fsi; in ptmx_open()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | pty.c | 727 struct pts_fs_info *fsi; in pty_unix98_remove() 792 struct pts_fs_info *fsi; in ptmx_open()
|
Completed in 6 milliseconds