Lines Matching defs:buf
53 static void test_mnt_id(struct statx *buf)
61 if (!(buf->stx_mask & STATX_MNT_ID)) {
72 if (line_mjr == buf->stx_dev_major && line_mnr == buf->stx_dev_minor) {
73 if (buf->stx_mnt_id == mnt_id) {
78 line, (uint64_t)buf->stx_mnt_id, buf->stx_dev_major, buf->stx_dev_minor);
91 (uint64_t)buf->stx_mnt_id);
95 TST_ASSERT_FILE_INT(line, "mnt_id:", buf->stx_mnt_id);