Lines Matching refs:fuse_reply_err
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()
608 fuse_reply_err(req, ENOSYS); in do_unlink()
618 fuse_reply_err(req, ENOSYS); in do_rmdir()
629 fuse_reply_err(req, ENOSYS); in do_symlink()
641 fuse_reply_err(req, ENOSYS); in do_rename()
651 fuse_reply_err(req, ENOSYS); in do_link()
672 fuse_reply_err(req, ENOSYS); in do_create()
701 fuse_reply_err(req, ENOSYS); in do_read()
723 fuse_reply_err(req, ENOSYS); in do_write()
741 fuse_reply_err(req, ENOSYS); in do_flush()
761 fuse_reply_err(req, 0); in do_release()
776 fuse_reply_err(req, ENOSYS); in do_fsync()
805 fuse_reply_err(req, ENOSYS); in do_readdir()
821 fuse_reply_err(req, 0); in do_releasedir()
836 fuse_reply_err(req, ENOSYS); in do_fsyncdir()
864 fuse_reply_err(req, ENOSYS); in do_setxattr()
874 fuse_reply_err(req, ENOSYS); in do_getxattr()
884 fuse_reply_err(req, ENOSYS); in do_listxattr()
894 fuse_reply_err(req, ENOSYS); in do_removexattr()
925 fuse_reply_err(req, ENOSYS); in do_getlk()
943 fuse_reply_err(req, ENOSYS); in do_setlk_common()
1037 fuse_reply_err(req, ENOSYS); in do_bmap()
1049 fuse_reply_err(req, ENOTTY); in do_ioctl()
1070 fuse_reply_err(req, ENOSYS); in do_ioctl()
1094 fuse_reply_err(req, EPROTO); in do_init()
1318 fuse_reply_err(req, EIO); in fuse_ll_process()
1324 fuse_reply_err(req, EACCES); in fuse_ll_process()
1326 fuse_reply_err(req, ENOSYS); in fuse_ll_process()
1335 fuse_reply_err(intr, EAGAIN); in fuse_ll_process()