Lines Matching defs:sm
92 struct statmount sm;
105 ret = statmount(root_id, 0, STATMOUNT_MNT_NS_ID, &sm, sizeof(sm), 0);
111 if (sm.size != sizeof(sm)) {
112 ksft_print_msg("unexpected size: %u != %u\n", sm.size,
113 (uint32_t)sizeof(sm));
116 if (sm.mask != STATMOUNT_MNT_NS_ID) {
121 if (sm.mnt_ns_id != mnt_ns_id) {
123 (unsigned long long)sm.mnt_ns_id,
180 struct statmount sm;
182 ret = statmount(list[i], mnt_ns_id, STATMOUNT_MNT_NS_ID, &sm,
183 sizeof(sm), 0);
189 if (sm.mask != STATMOUNT_MNT_NS_ID) {
194 if (sm.mnt_ns_id != mnt_ns_id) {
196 (unsigned long long)sm.mnt_ns_id,