Searched refs:mnt_id (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/fs/ |
H A D | fhandle.c | 19 int __user *mnt_id, int fh_flags) in do_sys_name_to_handle() argument 76 if (put_user(real_mount(path->mnt)->mnt_id, mnt_id) || in do_sys_name_to_handle() 99 struct file_handle __user *, handle, int __user *, mnt_id, in SYSCALL_DEFINE5() argument 116 err = do_sys_name_to_handle(&path, handle, mnt_id, fh_flags); in SYSCALL_DEFINE5()
|
H A D | proc_namespace.c | 143 seq_printf(m, "%i %i %u:%u ", r->mnt_id, r->mnt_parent->mnt_id, in show_mountinfo()
|
H A D | mount.h | 75 int mnt_id; /* mount identifier */ member
|
H A D | stat.c | 250 stat->mnt_id = real_mount(path.mnt)->mnt_id; in vfs_statx() 653 tmp.stx_mnt_id = stat->mnt_id; in cp_statx()
|
H A D | namespace.c | 133 mnt->mnt_id = res; in mnt_alloc_id() 139 ida_free(&mnt_id_ida, mnt->mnt_id); in mnt_free_id()
|
/openbmc/linux/include/linux/ |
H A D | stat.h | 52 u64 mnt_id; member
|
H A D | syscalls.h | 854 int __user *mnt_id, int flag);
|
/openbmc/linux/fs/notify/ |
H A D | fdinfo.c | 122 mnt->mnt_id, mflags, mark->mask, mark->ignore_mask); in fanotify_fdinfo()
|
/openbmc/linux/fs/proc/ |
H A D | fd.c | 61 real_mount(file->f_path.mnt)->mnt_id, in seq_show()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | proc.rst | 1920 files have at least four fields -- 'pos', 'flags', 'mnt_id' and 'ino'. 1923 file has been created with [see open(2) for details] and 'mnt_id' represents 1932 mnt_id: 19 1949 mnt_id: 9 1962 mnt_id: 9 1976 mnt_id: 9 1994 mnt_id: 9 2017 mnt_id: 9 2020 fanotify mnt_id:12 mflags:40 mask:38 ignored_mask:40000003 2024 call, 'mnt_id' is the mount point identifier, 'mflags' is the value of [all …]
|
/openbmc/linux/Documentation/gpu/ |
H A D | i915.rst | 728 mnt_id: 21
|