Home
last modified time | relevance | path

Searched refs:mnt_parent_id (Results 1 – 8 of 8) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dmount.h165 __u64 mnt_parent_id; /* Unique ID of parent (for root == mnt_id) */ member
/linux/samples/vfs/
H A Dsamples-vfs.h28 __u64 mnt_parent_id; /* Unique ID of parent (for root == mnt_id) */ member
H A Dtest-list-all-mounts.c142 (uint64_t)stmnt->mnt_parent_id, in main()
H A Dmountinfo.c145 printf("0x%llx 0x%llx 0x%llx ", mnt_ns_id, mnt_id, buf->mnt_parent_id); in dump_mountinfo()
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h165 __u64 mnt_parent_id; /* Unique ID of parent (for root == mnt_id) */ member
/linux/include/uapi/linux/
H A Dmount.h165 __u64 mnt_parent_id; /* Unique ID of parent (for root == mnt_id) */ member
/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c295 if (sm.mnt_parent_id != parent_id) { in test_statmount_mnt_basic()
297 (unsigned long long) sm.mnt_parent_id, in test_statmount_mnt_basic()
/linux/fs/
H A Dnamespace.c5170 s->sm.mnt_parent_id = m->mnt_parent->mnt_id_unique; in statmount_mnt_basic()
5834 u64 mnt_parent_id; member
5845 u64 mnt_parent_id = kls->mnt_parent_id; in do_listmount() local
5859 if (mnt_parent_id == LSMT_ROOT) { in do_listmount()
5862 orig.mnt = lookup_mnt_in_ns(mnt_parent_id, ns); in do_listmount()
5893 if (r->mnt_id_unique == mnt_parent_id) in do_listmount()
5934 kls->mnt_parent_id = kreq->mnt_id; in prepare_klistmount()