/linux-6.12.1/tools/testing/selftests/filesystems/statmount/ |
D | statmount.h | 10 static inline int statmount(uint64_t mnt_id, uint64_t mnt_ns_id, uint64_t mask, in statmount() argument 16 .mnt_id = mnt_id, in statmount() 28 static ssize_t listmount(uint64_t mnt_id, uint64_t mnt_ns_id, in listmount() argument 34 .mnt_id = mnt_id, in listmount()
|
D | statmount_test.c | 37 static struct statmount *statmount_alloc(uint64_t mnt_id, uint64_t mask, unsigned int flags) in statmount_alloc() argument 45 ret = statmount(mnt_id, 0, mask, tmp, bufsize, flags); in statmount_alloc() 283 if (sm.mnt_id != root_id) { in test_statmount_mnt_basic() 285 (unsigned long long) sm.mnt_id, in test_statmount_mnt_basic()
|
D | statmount_test_ns.c | 81 static int get_mnt_id(const char *path, uint64_t *mnt_id) in get_mnt_id() argument 98 *mnt_id = sx.stx_mnt_id; in get_mnt_id()
|
/linux-6.12.1/fs/ |
D | fhandle.c | 19 void __user *mnt_id, bool unique_mntid, in do_sys_name_to_handle() argument 75 (u64 __user *) mnt_id)) in do_sys_name_to_handle() 78 if (put_user(real_mount(path->mnt)->mnt_id, in do_sys_name_to_handle() 79 (int __user *) mnt_id)) in do_sys_name_to_handle() 107 struct file_handle __user *, handle, void __user *, mnt_id, in SYSCALL_DEFINE5() argument 125 err = do_sys_name_to_handle(&path, handle, mnt_id, in SYSCALL_DEFINE5()
|
D | proc_namespace.c | 143 seq_printf(m, "%i %i %u:%u ", r->mnt_id, r->mnt_parent->mnt_id, in show_mountinfo()
|
D | stat.c | 254 stat->mnt_id = real_mount(path->mnt)->mnt_id_unique; in vfs_statx_path() 257 stat->mnt_id = real_mount(path->mnt)->mnt_id; in vfs_statx_path() 700 tmp.stx_mnt_id = stat->mnt_id; in cp_statx()
|
D | mount.h | 74 int mnt_id; /* mount identifier, reused */ member
|
D | namespace.c | 243 mnt->mnt_id = res; in mnt_alloc_id() 250 ida_free(&mnt_id_ida, mnt->mnt_id); in mnt_free_id() 1537 static struct mount *mnt_find_id_at(struct mnt_namespace *ns, u64 mnt_id) in mnt_find_id_at() argument 1545 if (mnt_id <= m->mnt_id_unique) { in mnt_find_id_at() 1547 if (mnt_id == m->mnt_id_unique) in mnt_find_id_at() 1561 static struct mount *mnt_find_id_at_reverse(struct mnt_namespace *ns, u64 mnt_id) in mnt_find_id_at_reverse() argument 1569 if (mnt_id >= m->mnt_id_unique) { in mnt_find_id_at_reverse() 1571 if (mnt_id == m->mnt_id_unique) in mnt_find_id_at_reverse() 4950 s->sm.mnt_id = m->mnt_id_unique; in statmount_mnt_basic() 4952 s->sm.mnt_id_old = m->mnt_id; in statmount_mnt_basic() [all …]
|
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/ |
D | mount.h | 164 __u64 mnt_id; /* Unique ID of mount */ member 190 __u64 mnt_id; member
|
/linux-6.12.1/include/uapi/linux/ |
D | mount.h | 164 __u64 mnt_id; /* Unique ID of mount */ member 190 __u64 mnt_id; member
|
/linux-6.12.1/include/linux/ |
D | stat.h | 52 u64 mnt_id; member
|
D | syscalls.h | 873 void __user *mnt_id, int flag);
|
/linux-6.12.1/Documentation/gpu/ |
D | panfrost.rst | 21 mnt_id: 27
|
D | i915.rst | 737 mnt_id: 21
|
/linux-6.12.1/fs/notify/ |
D | fdinfo.c | 120 mnt->mnt_id, mflags, mark->mask, mark->ignore_mask); in fanotify_fdinfo()
|
/linux-6.12.1/fs/proc/ |
D | fd.c | 59 real_mount(file->f_path.mnt)->mnt_id, in seq_show()
|
/linux-6.12.1/Documentation/filesystems/ |
D | proc.rst | 1966 files have at least four fields -- 'pos', 'flags', 'mnt_id' and 'ino'. 1969 file has been created with [see open(2) for details] and 'mnt_id' represents 1978 mnt_id: 19 1995 mnt_id: 9 2008 mnt_id: 9 2022 mnt_id: 9 2040 mnt_id: 9 2063 mnt_id: 9 2066 fanotify mnt_id:12 mflags:40 mask:38 ignored_mask:40000003 2070 call, 'mnt_id' is the mount point identifier, 'mflags' is the value of [all …]
|