Home
last modified time | relevance | path

Searched refs:fuse_reply_err (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c220 return fuse_reply_err(req, -ENOMEM);
287 int fuse_reply_err(fuse_req_t req, int err) in fuse_reply_err() function
349 return fuse_reply_err(req, ENOENT); in fuse_reply_entry()
498 fuse_reply_err(req, ENOSYS); in do_lookup()
518 fuse_reply_err(req, ENOSYS); in do_getattr()
539 fuse_reply_err(req, ENOSYS); in do_setattr()
549 fuse_reply_err(req, ENOSYS); in do_access()
559 fuse_reply_err(req, ENOSYS); in do_readlink()
585 fuse_reply_err(req, ENOSYS); in do_mknod()
598 fuse_reply_err(req, ENOSYS); in do_mkdir()
[all …]
Dfuse.c1275 fuse_reply_err(req, -err); in reply_err()
/third_party/ntfs-3g/src/
Dlowntfs-3g.c514 fuse_reply_err(req, ENODEV); in ntfs_fuse_statfs()
1002 fuse_reply_err(req, -res); in ntfs_fuse_getattr()
1069 fuse_reply_err(req, errno); in ntfs_fuse_lookup()
1223 fuse_reply_err(req, -res); in ntfs_fuse_readlink()
1433 fuse_reply_err(req, -res); in ntfs_fuse_opendir()
1481 fuse_reply_err(req, -res); in ntfs_fuse_releasedir()
1598 fuse_reply_err(req, -err); in ntfs_fuse_readdir()
1696 fuse_reply_err(req, -res); in ntfs_fuse_open()
1789 fuse_reply_err(req, -res); in ntfs_fuse_read()
1857 fuse_reply_err(req, -res); in ntfs_fuse_write()
[all …]
/third_party/ntfs-3g/include/fuse-lite/
Dfuse_lowlevel.h855 int fuse_reply_err(fuse_req_t req, int err);