Searched refs:fuse_fs_getxattr (Results 1 – 2 of 2) sorted by relevance
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse.h | 615 int fuse_fs_getxattr(struct fuse_fs *fs, const char *path, const char *name,
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse.c | 1003 int fuse_fs_getxattr(struct fuse_fs *fs, const char *path, const char *name, in fuse_fs_getxattr() function 2353 err = fuse_fs_getxattr(f->fs, path, name, value, size); in common_getxattr()
|