Home
last modified time | relevance | path

Searched refs:fuse_fs_removexattr (Results 1 – 5 of 5) sorted by relevance

/external/libfuse/lib/
Dfuse_versionscript75 fuse_fs_removexattr;
Dfuse.c2295 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/
Dfuse.h1188 int fuse_fs_removexattr(struct fuse_fs *fs, const char *path,
/external/libfuse/lib/modules/
Dsubdir.c500 err = fuse_fs_removexattr(d->next, newpath, name); in subdir_removexattr()
Diconv.c514 err = fuse_fs_removexattr(ic->next, newpath, name); in iconv_removexattr()