Searched refs:fuse_fs_getattr (Results 1 – 2 of 2) sorted by relevance
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse.h | 564 int fuse_fs_getattr(struct fuse_fs *fs, const char *path, struct stat *buf);
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse.c | 710 int fuse_fs_getattr(struct fuse_fs *fs, const char *path, struct stat *buf) in fuse_fs_getattr() function 1098 res = fuse_fs_getattr(f->fs, newpath, &buf); in hidden_name() 1173 res = fuse_fs_getattr(f->fs, path, &e->attr); in lookup_path() 1392 err = fuse_fs_getattr(f->fs, path, &buf); in fuse_lib_getattr() 1483 err = fuse_fs_getattr(f->fs, path, &buf); in fuse_lib_setattr()
|