Lines Matching defs:lo_fd
158 static int lo_fd(fuse_req_t req, fuse_ino_t ino)
209 res = fstatat(lo_fd(req, ino), "", &buf, AT_EMPTY_PATH | AT_SYMLINK_NOFOLLOW);
322 newfd = openat(lo_fd(req, parent), name, O_PATH | O_NOFOLLOW);
450 res = linkat(AT_FDCWD, procname, lo_fd(req, parent), name,
481 res = unlinkat(lo_fd(req, parent), name, AT_REMOVEDIR);
497 res = renameat(lo_fd(req, parent), name,
498 lo_fd(req, newparent), newname);
507 res = unlinkat(lo_fd(req, parent), name, 0);
573 res = readlinkat(lo_fd(req, ino), "", buf, sizeof(buf));
607 fd = openat(lo_fd(req, ino), ".", O_RDONLY);
767 fd = openat(lo_fd(req, parent), name,
824 sprintf(buf, "/proc/self/fd/%i", lo_fd(req, ino));
909 res = fstatvfs(lo_fd(req, ino), &stbuf);