Home
last modified time | relevance | path

Searched refs:send_notify_iov (Results 1 – 1 of 1) sorted by relevance

/external/libfuse/lib/
Dfuse_lowlevel.c2280 static int send_notify_iov(struct fuse_session *se, int notify_code, in send_notify_iov() function
2307 return send_notify_iov(ph->se, FUSE_NOTIFY_POLL, iov, 2); in fuse_lowlevel_notify_poll()
2332 return send_notify_iov(se, FUSE_NOTIFY_INVAL_INODE, iov, 2); in fuse_lowlevel_notify_inval_inode()
2356 return send_notify_iov(se, FUSE_NOTIFY_INVAL_ENTRY, iov, 3); in fuse_lowlevel_notify_inval_entry()
2382 return send_notify_iov(se, FUSE_NOTIFY_DELETE, iov, 3); in fuse_lowlevel_notify_delete()
2499 err = send_notify_iov(se, FUSE_NOTIFY_RETRIEVE, iov, 2); in fuse_lowlevel_notify_retrieve()