/third_party/libfuse/example/ |
H A D | hello_ll.c | 65 fuse_reply_err(req, ENOENT); in hello_ll_getattr() 75 fuse_reply_err(req, ENOENT); in hello_ll_lookup() 123 fuse_reply_err(req, ENOTDIR); in hello_ll_readdir() 140 fuse_reply_err(req, EISDIR); in hello_ll_open() 142 fuse_reply_err(req, EACCES); in hello_ll_open() 168 fuse_reply_err(req, ENOTSUP); in hello_ll_getxattr() 183 fuse_reply_err(req, 0); in hello_ll_setxattr() 187 fuse_reply_err(req, ENOTSUP); in hello_ll_setxattr() 196 fuse_reply_err(req, 0); in hello_ll_removexattr() 200 fuse_reply_err(re in hello_ll_removexattr() [all...] |
H A D | passthrough_hp.cc | 224 fuse_reply_err(req, errno); in sfs_getattr() 303 fuse_reply_err(req, errno); in do_setattr() 417 fuse_reply_err(req, err); in sfs_lookup() 452 fuse_reply_err(req, saverr); in mknod_symlink() 487 fuse_reply_err(req, errno); in sfs_link() 493 fuse_reply_err(req, errno); in sfs_link() 515 fuse_reply_err(req, res == -1 ? errno : 0); in sfs_rmdir() 525 fuse_reply_err(req, EINVAL); in sfs_rename() 530 fuse_reply_err(req, res == -1 ? errno : 0); in sfs_rename() 543 fuse_reply_err(re in sfs_unlink() [all...] |
H A D | passthrough_ll.c | 211 return (void) fuse_reply_err(req, errno); in lo_getattr() 288 fuse_reply_err(req, saverr); in lo_setattr() 382 fuse_reply_err(req, err); in lo_lookup() 414 fuse_reply_err(req, saverr); in lo_mknod_symlink() 474 fuse_reply_err(req, saverr); in lo_link() 483 fuse_reply_err(req, res == -1 ? errno : 0); in lo_rmdir() 493 fuse_reply_err(req, EINVAL); in lo_rename() 500 fuse_reply_err(req, res == -1 ? errno : 0); in lo_rename() 509 fuse_reply_err(req, res == -1 ? errno : 0); in lo_unlink() 575 return (void) fuse_reply_err(re in lo_readlink() [all...] |
H A D | notify_store_retrieve.c | 147 fuse_reply_err(req, ENOENT); in tfs_lookup() 168 fuse_reply_err(req, ENOENT); in tfs_getattr() 206 fuse_reply_err(req, ENOTDIR); in tfs_readdir() 225 fuse_reply_err(req, EISDIR); in tfs_open() 227 fuse_reply_err(req, EACCES); in tfs_open() 233 fuse_reply_err(req, ENOENT); in tfs_open()
|
H A D | notify_inval_inode.c | 144 fuse_reply_err(req, ENOENT); in tfs_lookup() 165 fuse_reply_err(req, ENOENT); in tfs_getattr() 203 fuse_reply_err(req, ENOTDIR); in tfs_readdir() 222 fuse_reply_err(req, EISDIR); in tfs_open() 224 fuse_reply_err(req, EACCES); in tfs_open() 230 fuse_reply_err(req, ENOENT); in tfs_open()
|
H A D | cuse.c | 114 fuse_reply_err(req, ENOMEM); in cusexmp_write() 188 fuse_reply_err(req, ENOMEM); in fioc_do_rw() 206 fuse_reply_err(req, ENOSYS); in cusexmp_ioctl() 240 fuse_reply_err(req, EINVAL); in cusexmp_ioctl()
|
H A D | hello_ll_uds.c | 75 fuse_reply_err(req, ENOENT); in hello_ll_getattr() 85 fuse_reply_err(req, ENOENT); in hello_ll_lookup() 133 fuse_reply_err(req, ENOTDIR); in hello_ll_readdir() 150 fuse_reply_err(req, EISDIR); in hello_ll_open() 152 fuse_reply_err(req, EACCES); in hello_ll_open()
|
H A D | notify_inval_entry.c | 164 fuse_reply_err(req, ENOENT); in tfs_lookup() 185 fuse_reply_err(req, ENOENT); in tfs_getattr() 223 fuse_reply_err(req, ENOTDIR); in tfs_readdir()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A 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(re in do_mkdir() [all...] |
H A D | fuse.c | 1274 /* fuse_reply_err() uses non-negated errno values */ in reply_err() 1275 fuse_reply_err(req, -err); in reply_err()
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 265 return fuse_reply_err(req, ENOMEM); 324 int fuse_reply_err(fuse_req_t req, int err) function 426 return fuse_reply_err(req, ENOENT); 892 return fuse_reply_err(req, res); 997 res = fuse_reply_err(req, EINVAL); 1029 res = fuse_reply_err(req, ENOMEM); 1063 return fuse_reply_err(req, ENOMEM); 1105 fuse_reply_err(req, ENOSYS); 1170 fuse_reply_err(req, ENOSYS); 1204 fuse_reply_err(re [all...] |
H A D | cuse_lowlevel.c | 217 fuse_reply_err(req, EPROTO); in cuse_lowlevel_init()
|
H A D | fuse.c | 2575 /* fuse_reply_err() uses non-negated errno values */ in reply_err() 2576 fuse_reply_err(req, -err); in reply_err()
|
/third_party/libfuse/test/ |
H A D | test_setattr.c | 73 fuse_reply_err(req, ENOENT); in tfs_lookup() 84 fuse_reply_err(req, ENOENT); in tfs_getattr() 92 fuse_reply_err(req, EISDIR); in tfs_open() 104 fuse_reply_err(req, EINVAL); in tfs_setattr()
|
H A D | test_write_cache.c | 106 fuse_reply_err(req, ENOENT); in tfs_lookup() 117 fuse_reply_err(req, ENOENT); in tfs_getattr() 125 fuse_reply_err(req, EISDIR); in tfs_open()
|
/third_party/ntfs-3g/src/ |
H A 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(re in ntfs_fuse_write() [all...] |
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_lowlevel.h | 171 * fuse_reply_err 209 * fuse_reply_err 234 * fuse_reply_err 253 * fuse_reply_err 268 * fuse_reply_err 284 * fuse_reply_err 298 * fuse_reply_err 310 * fuse_reply_err 323 * fuse_reply_err 336 * fuse_reply_err [all...] |
/third_party/libfuse/include/ |
H A D | fuse_lowlevel.h | 238 * fuse_reply_err 297 * fuse_reply_err 332 * fuse_reply_err 348 * fuse_reply_err 363 * fuse_reply_err 379 * fuse_reply_err 398 * fuse_reply_err 415 * fuse_reply_err 428 * fuse_reply_err 459 * fuse_reply_err [all...] |