Searched refs:send_notify_iov (Results 1 – 1 of 1) sorted by relevance
/external/libfuse/lib/ |
D | fuse_lowlevel.c | 2203 static int send_notify_iov(struct fuse_session *se, int notify_code, in send_notify_iov() function 2230 return send_notify_iov(ph->se, FUSE_NOTIFY_POLL, iov, 2); in fuse_lowlevel_notify_poll() 2255 return send_notify_iov(se, FUSE_NOTIFY_INVAL_INODE, iov, 2); in fuse_lowlevel_notify_inval_inode() 2279 return send_notify_iov(se, FUSE_NOTIFY_INVAL_ENTRY, iov, 3); in fuse_lowlevel_notify_inval_entry() 2305 return send_notify_iov(se, FUSE_NOTIFY_DELETE, iov, 3); in fuse_lowlevel_notify_delete() 2422 err = send_notify_iov(se, FUSE_NOTIFY_RETRIEVE, iov, 2); in fuse_lowlevel_notify_retrieve()
|