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.c402 const char *mnt_root, *last_dir, *last_root; in test_statmount_mnt_root() local
419 last_root = strrchr(mnt_root, '/'); in test_statmount_mnt_root()
420 if (last_root) in test_statmount_mnt_root()
421 last_root++; in test_statmount_mnt_root()
423 last_root = mnt_root; in test_statmount_mnt_root()
425 if (strcmp(last_dir, last_root) != 0) { in test_statmount_mnt_root()
427 last_root, last_dir); in test_statmount_mnt_root()