Home
last modified time | relevance | path

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

/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()
Dproc_namespace.c138 seq_printf(m, "%i %i %u:%u ", r->mnt_id, r->mnt_parent->mnt_id, in show_mountinfo()
Dmount.h65 int mnt_id; /* mount identifier */ member
Dnamespace.c110 res = ida_get_new_above(&mnt_id_ida, mnt_id_start, &mnt->mnt_id); in mnt_alloc_id()
112 mnt_id_start = mnt->mnt_id + 1; in mnt_alloc_id()
122 int id = mnt->mnt_id; in mnt_free_id()
/fs/notify/
Dfdinfo.c136 mnt->mnt_id, mflags, mark->mask, mark->ignored_mask); in fanotify_fdinfo()
/fs/proc/
Dfd.c57 real_mount(file->f_path.mnt)->mnt_id); in seq_show()