Searched refs:memfd_path (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/memfd/ |
H A D | fuse_mnt.c | 25 static const char memfd_path[] = "/memfd"; variable 34 } else if (!strcmp(path, memfd_path)) { in memfd_getattr() 56 filler(buf, memfd_path + 1, NULL, 0); in memfd_readdir() 63 if (strcmp(path, memfd_path)) in memfd_open() 83 if (strcmp(path, memfd_path) != 0) in memfd_read()
|
/kernel/linux/linux-6.6/tools/testing/selftests/memfd/ |
H A D | fuse_mnt.c | 25 static const char memfd_path[] = "/memfd"; variable 34 } else if (!strcmp(path, memfd_path)) { in memfd_getattr() 56 filler(buf, memfd_path + 1, NULL, 0); in memfd_readdir() 63 if (strcmp(path, memfd_path)) in memfd_open() 83 if (strcmp(path, memfd_path) != 0) in memfd_read()
|
Completed in 2 milliseconds