Searched refs:tfs_stat (Results 1 - 5 of 5) sorted by relevance
/third_party/libfuse/test/ |
H A D | test_setattr.c | 36 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat() function 67 if (tfs_stat(e.ino, &e.attr) != 0) in tfs_lookup() 83 if (tfs_stat(ino, &stbuf) != 0) in tfs_getattr()
|
H A D | test_write_cache.c | 69 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat() function 100 if (tfs_stat(e.ino, &e.attr) != 0) in tfs_lookup() 116 if (tfs_stat(ino, &stbuf) != 0) in tfs_getattr()
|
/third_party/libfuse/example/ |
H A D | notify_store_retrieve.c | 107 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat() function 141 if (tfs_stat(e.ino, &e.attr) != 0) in tfs_lookup() 167 if (tfs_stat(ino, &stbuf) != 0) in tfs_getattr()
|
H A D | notify_inval_entry.c | 124 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat() function 158 if (tfs_stat(e.ino, &e.attr) != 0) in tfs_lookup() 184 if (tfs_stat(ino, &stbuf) != 0) in tfs_getattr()
|
H A D | notify_inval_inode.c | 104 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat() function 138 if (tfs_stat(e.ino, &e.attr) != 0) in tfs_lookup() 164 if (tfs_stat(ino, &stbuf) != 0) in tfs_getattr()
|
Completed in 3 milliseconds