Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dfhandle.c17 int __user *mnt_id) in do_sys_name_to_handle() argument
70 if (copy_to_user(mnt_id, &real_mount(path->mnt)->mnt_id, in do_sys_name_to_handle()
71 sizeof(*mnt_id)) || in do_sys_name_to_handle()
93 struct file_handle __user *, handle, int __user *, mnt_id, in SYSCALL_DEFINE5() argument
108 err = do_sys_name_to_handle(&path, handle, mnt_id); in SYSCALL_DEFINE5()
Dmount.h62 int mnt_id; /* mount identifier */ member
Dproc_namespace.c136 seq_printf(m, "%i %i %u:%u ", r->mnt_id, r->mnt_parent->mnt_id, in show_mountinfo()
Dnamespace.c107 res = ida_get_new_above(&mnt_id_ida, mnt_id_start, &mnt->mnt_id); in mnt_alloc_id()
109 mnt_id_start = mnt->mnt_id + 1; in mnt_alloc_id()
119 int id = mnt->mnt_id; in mnt_free_id()
/linux-4.4.14/fs/notify/
Dfdinfo.c136 mnt->mnt_id, mflags, mark->mask, mark->ignored_mask); in fanotify_fdinfo()
/linux-4.4.14/fs/proc/
Dfd.c57 real_mount(file->f_path.mnt)->mnt_id); in seq_show()
/linux-4.4.14/Documentation/filesystems/
Dproc.txt1717 files have at least three fields -- 'pos', 'flags' and mnt_id. The 'pos'
1720 created with [see open(2) for details] and 'mnt_id' represents mount ID of
1728 mnt_id: 19
1741 mnt_id: 9
1750 mnt_id: 9
1760 mnt_id: 9
1794 mnt_id: 9
1796 fanotify mnt_id:12 mflags:40 mask:38 ignored_mask:40000003
1800 call, 'mnt_id' is the mount point identifier, 'mflags' is the value of
1816 mnt_id: 9
/linux-4.4.14/arch/s390/kernel/
Dcompat_wrapper.c160 …, const char __user *, name, struct file_handle __user *, handle, int __user *, mnt_id, int, flag);
/linux-4.4.14/include/linux/
Dsyscalls.h857 int __user *mnt_id, int flag);