Searched refs:fuse_fs_getxattr (Results 1 - 6 of 6) sorted by relevance
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 615 int fuse_fs_getxattr(struct fuse_fs *fs, const char *path, const char *name,
|
/third_party/libfuse/include/ |
H A D | fuse.h | 1243 int fuse_fs_getxattr(struct fuse_fs *fs, const char *path, const char *name,
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 476 err = fuse_fs_getxattr(d->next, newpath, name, value, size); in subdir_getxattr()
|
H A D | iconv.c | 491 err = fuse_fs_getxattr(ic->next, newpath, name, value, size); in iconv_getxattr()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A 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()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 2200 int fuse_fs_getxattr(struct fuse_fs *fs, const char *path, const char *name, in fuse_fs_getxattr() function 3837 err = fuse_fs_getxattr(f->fs, path, name, value, size); in common_getxattr()
|
Completed in 16 milliseconds