Searched refs:mnt_id (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c38 static int statmount(uint64_t mnt_id, uint64_t mask, struct statmount *buf, argument
43 .mnt_id = mnt_id,
50 static struct statmount *statmount_alloc(uint64_t mnt_id, uint64_t mask, unsigned int flags) argument
58 ret = statmount(mnt_id, mask, tmp, bufsize, flags);
210 static ssize_t listmount(uint64_t mnt_id, uint64_t last_mnt_id, argument
215 .mnt_id = mnt_id,
295 if (sm.mnt_id != root_id) {
297 (unsigned long long) sm.mnt_id,
[all...]
/linux-master/fs/
H A Dfhandle.c19 int __user *mnt_id, int fh_flags)
72 if (put_user(real_mount(path->mnt)->mnt_id, mnt_id) ||
85 * @mnt_id: mount id of the file system containing the file
95 struct file_handle __user *, handle, int __user *, mnt_id,
112 err = do_sys_name_to_handle(&path, handle, mnt_id, fh_flags);
17 do_sys_name_to_handle(const struct path *path, struct file_handle __user *ufh, int __user *mnt_id, int fh_flags) argument
H A Dmount.h72 int mnt_id; /* mount identifier, reused */ member in struct:mount
H A Dproc_namespace.c143 seq_printf(m, "%i %i %u:%u ", r->mnt_id, r->mnt_parent->mnt_id,
H A Dstat.c251 stat->mnt_id = real_mount(path.mnt)->mnt_id_unique;
254 stat->mnt_id = real_mount(path.mnt)->mnt_id;
658 tmp.stx_mnt_id = stat->mnt_id;
H A Dnamespace.c137 mnt->mnt_id = res;
144 ida_free(&mnt_id_ida, mnt->mnt_id);
1428 * Returns the mount which either has the specified mnt_id, or has the next
1431 static struct mount *mnt_find_id_at(struct mnt_namespace *ns, u64 mnt_id) argument
1439 if (mnt_id <= m->mnt_id_unique) {
1441 if (mnt_id == m->mnt_id_unique)
4787 s->sm.mnt_id = m->mnt_id_unique;
4789 s->sm.mnt_id_old = m->mnt_id;
4790 s->sm.mnt_parent_id_old = m->mnt_parent->mnt_id;
5024 mnt = lookup_mnt_in_ns(kreq.mnt_id, curren
[all...]
/linux-master/include/uapi/linux/
H A Dmount.h164 __u64 mnt_id; /* Unique ID of mount */ member in struct:statmount
165 __u64 mnt_parent_id; /* Unique ID of parent (for root == mnt_id) */
189 __u64 mnt_id; member in struct:mnt_id_req
207 * Special @mnt_id values that can be passed to listmount
/linux-master/tools/include/uapi/linux/
H A Dmount.h164 __u64 mnt_id; /* Unique ID of mount */ member in struct:statmount
165 __u64 mnt_parent_id; /* Unique ID of parent (for root == mnt_id) */
189 __u64 mnt_id; member in struct:mnt_id_req
207 * Special @mnt_id values that can be passed to listmount
/linux-master/include/linux/
H A Dstat.h52 u64 mnt_id; member in struct:kstat
H A Dsyscalls.h866 int __user *mnt_id, int flag);
/linux-master/fs/notify/
H A Dfdinfo.c123 seq_printf(m, "fanotify mnt_id:%x mflags:%x mask:%x ignored_mask:%x\n",
124 mnt->mnt_id, mflags, mark->mask, mark->ignore_mask);
/linux-master/fs/proc/
H A Dfd.c61 real_mount(file->f_path.mnt)->mnt_id,

Completed in 184 milliseconds