Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dmount.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h167 __u32 mnt_parent_id_old; member
/linux/samples/vfs/
H A Dsamples-vfs.h30 __u32 mnt_parent_id_old; member
H A Dmountinfo.c147 printf("%u %u %u:%u %s %s ", buf->mnt_id_old, buf->mnt_parent_id_old, in dump_mountinfo()
/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c303 if (sm.mnt_parent_id_old != old_parent_id) { in test_statmount_mnt_basic()
305 sm.mnt_parent_id_old, old_parent_id); in test_statmount_mnt_basic()
/linux/fs/
H A Dnamespace.c4990 s->sm.mnt_parent_id_old = m->mnt_parent->mnt_id; in statmount_mnt_basic()