Searched refs:send_notify_iov (Results 1 - 1 of 1) sorted by relevance
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 2258 static int send_notify_iov(struct fuse_session *se, int notify_code, function 2285 return send_notify_iov(ph->se, FUSE_NOTIFY_POLL, iov, 2); 2310 return send_notify_iov(se, FUSE_NOTIFY_INVAL_INODE, iov, 2); 2356 return send_notify_iov(se, FUSE_NOTIFY_INVAL_ENTRY, iov, 3); 2401 return send_notify_iov(se, FUSE_NOTIFY_DELETE, iov, 3); 2518 err = send_notify_iov(se, FUSE_NOTIFY_RETRIEVE, iov, 2);
|
Completed in 5 milliseconds