Lines Matching defs:ino
60 attr->ino = stbuf->st_ino;
296 dirent->ino = stbuf->st_ino;
358 arg->nodeid = e->ino;
389 dirent->ino = e->attr.st_ino;
423 /* before ABI 7.4 e->ino == 0 was invalid, only ENOENT meant
425 if (!e->ino && req->se->conn.proto_minor < 4)
2291 int fuse_lowlevel_notify_inval_inode(struct fuse_session *se, fuse_ino_t ino,
2303 outarg.ino = ino;
2404 int fuse_lowlevel_notify_store(struct fuse_session *se, fuse_ino_t ino,
2423 outarg.nodeid = ino;
2446 fuse_req_t req, fuse_ino_t ino,
2473 se->op.retrieve_reply(req, rreq->cookie, ino,
2484 int fuse_lowlevel_notify_retrieve(struct fuse_session *se, fuse_ino_t ino,
2510 outarg.nodeid = ino;