Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c2974 char mapped_file_name[FILENAME_MAX]; in mapped_file_test() local
2985 if (snprintf(mapped_file_name, ARRAY_SIZE(mapped_file_name), in mapped_file_test()
2992 .file_name = ptr_to_u64(mapped_file_name), in mapped_file_test()
3016 mount_dir, mapped_file_name); in mapped_file_test()
3587 const char *mapped_file_name = "mapped_name"; in inotify_test() local
3665 .file_name = ptr_to_u64(mapped_file_name), in inotify_test()
3676 TESTEQUAL(strcmp(event->name, mapped_file_name), 0); in inotify_test()