Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c411 const char *mnt_root, *last_dir, *last_root; in test_statmount_mnt_root() local
428 last_root = strrchr(mnt_root, '/'); in test_statmount_mnt_root()
429 if (last_root) in test_statmount_mnt_root()
430 last_root++; in test_statmount_mnt_root()
432 last_root = mnt_root; in test_statmount_mnt_root()
434 if (strcmp(last_dir, last_root) != 0) { in test_statmount_mnt_root()
436 last_root, last_dir); in test_statmount_mnt_root()