Home
last modified time | relevance | path

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

/linux-3.4.99/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.h45 int mnt_id; /* mount identifier */ member
Dproc_namespace.c131 seq_printf(m, "%i %i %u:%u ", r->mnt_id, r->mnt_parent->mnt_id, in show_mountinfo()
Dnamespace.c75 res = ida_get_new_above(&mnt_id_ida, mnt_id_start, &mnt->mnt_id); in mnt_alloc_id()
77 mnt_id_start = mnt->mnt_id + 1; in mnt_alloc_id()
87 int id = mnt->mnt_id; in mnt_free_id()
/linux-3.4.99/include/linux/
Dsyscalls.h843 int __user *mnt_id, int flag);