Home
last modified time | relevance | path

Searched refs:GROW_FILE_NAME (Results 1 - 1 of 1) sorted by relevance

/third_party/libfuse/example/
H A Dinvalidate_path.c50 #define GROW_FILE_NAME "growing" macro
95 } else if (strcmp(path, "/" GROW_FILE_NAME) == 0) { in xmp_getattr()
121 xmp_getattr("/" GROW_FILE_NAME, &file_stat, NULL); in xmp_readdir()
122 filler(buf, GROW_FILE_NAME, &file_stat, 0, 0); in xmp_readdir()
147 assert(strcmp(path, "/" GROW_FILE_NAME) == 0); in xmp_read()
195 assert(invalidate(fuse, "/" GROW_FILE_NAME) == 0); in update_fs_loop()

Completed in 1 milliseconds