Searched refs:fuse_reply_err (Results 1 – 4 of 4) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse_lowlevel.c | 220 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 …]
|
D | fuse.c | 1275 fuse_reply_err(req, -err); in reply_err()
|
/third_party/ntfs-3g/src/ |
D | lowntfs-3g.c | 514 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/ |
D | fuse_lowlevel.h | 855 int fuse_reply_err(fuse_req_t req, int err);
|