Searched refs:fuse_fs_removexattr (Results 1 – 5 of 5) sorted by relevance
/external/libfuse/lib/ |
D | fuse_versionscript | 75 fuse_fs_removexattr;
|
D | fuse.c | 2295 int fuse_fs_removexattr(struct fuse_fs *fs, const char *path, const char *name) in fuse_fs_removexattr() function 3947 err = fuse_fs_removexattr(f->fs, path, name); in fuse_lib_removexattr()
|
/external/libfuse/include/ |
D | fuse.h | 1188 int fuse_fs_removexattr(struct fuse_fs *fs, const char *path,
|
/external/libfuse/lib/modules/ |
D | subdir.c | 500 err = fuse_fs_removexattr(d->next, newpath, name); in subdir_removexattr()
|
D | iconv.c | 514 err = fuse_fs_removexattr(ic->next, newpath, name); in iconv_removexattr()
|