Searched refs:mnt_id (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
D | fhandle.c | 19 int __user *mnt_id) in do_sys_name_to_handle() argument 72 if (put_user(real_mount(path->mnt)->mnt_id, mnt_id) || in do_sys_name_to_handle() 94 struct file_handle __user *, handle, int __user *, mnt_id, in SYSCALL_DEFINE5() argument 109 err = do_sys_name_to_handle(&path, handle, mnt_id); in SYSCALL_DEFINE5()
|
D | proc_namespace.c | 140 seq_printf(m, "%i %i %u:%u ", r->mnt_id, r->mnt_parent->mnt_id, in show_mountinfo()
|
D | mount.h | 76 int mnt_id; /* mount identifier */ member
|
D | stat.c | 198 stat->mnt_id = real_mount(path.mnt)->mnt_id; in vfs_statx() 571 tmp.stx_mnt_id = stat->mnt_id; in cp_statx()
|
D | namespace.c | 111 mnt->mnt_id = res; in mnt_alloc_id() 117 ida_free(&mnt_id_ida, mnt->mnt_id); in mnt_free_id()
|
/kernel/linux/linux-5.10/include/linux/ |
D | stat.h | 48 u64 mnt_id; member
|
D | syscalls.h | 955 int __user *mnt_id, int flag);
|
/kernel/linux/linux-5.10/fs/notify/ |
D | fdinfo.c | 126 mnt->mnt_id, mflags, mark->mask, mark->ignored_mask); in fanotify_fdinfo()
|
/kernel/linux/linux-5.10/fs/proc/ |
D | fd.c | 58 real_mount(file->f_path.mnt)->mnt_id); in seq_show()
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | proc.rst | 1904 files have at least three fields -- 'pos', 'flags' and 'mnt_id'. The 'pos' 1907 created with [see open(2) for details] and 'mnt_id' represents mount ID of 1915 mnt_id: 19 1931 mnt_id: 9 1943 mnt_id: 9 1956 mnt_id: 9 1994 mnt_id: 9 1996 fanotify mnt_id:12 mflags:40 mask:38 ignored_mask:40000003 2000 call, 'mnt_id' is the mount point identifier, 'mflags' is the value of 2018 mnt_id: 9
|