Home
last modified time | relevance | path

Searched refs:mnt_id (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/fs/
Dfhandle.c19 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()
Dmount.h70 int mnt_id; /* mount identifier */ member
Dproc_namespace.c139 seq_printf(m, "%i %i %u:%u ", r->mnt_id, r->mnt_parent->mnt_id, in show_mountinfo()
Dnamespace.c111 mnt->mnt_id = res; in mnt_alloc_id()
117 ida_free(&mnt_id_ida, mnt->mnt_id); in mnt_free_id()
/Linux-v5.4/fs/notify/
Dfdinfo.c134 mnt->mnt_id, mflags, mark->mask, mark->ignored_mask); in fanotify_fdinfo()
/Linux-v5.4/fs/proc/
Dfd.c58 real_mount(file->f_path.mnt)->mnt_id); in seq_show()
/Linux-v5.4/Documentation/filesystems/
Dproc.txt1800 files have at least three fields -- 'pos', 'flags' and mnt_id. The 'pos'
1803 created with [see open(2) for details] and 'mnt_id' represents mount ID of
1811 mnt_id: 19
1824 mnt_id: 9
1833 mnt_id: 9
1843 mnt_id: 9
1881 mnt_id: 9
1883 fanotify mnt_id:12 mflags:40 mask:38 ignored_mask:40000003
1887 call, 'mnt_id' is the mount point identifier, 'mflags' is the value of
1903 mnt_id: 9
/Linux-v5.4/include/linux/
Dsyscalls.h924 int __user *mnt_id, int flag);