Searched refs:lo_fd (Results 1 – 1 of 1) sorted by relevance
/third_party/libfuse/example/ |
D | passthrough_ll.c | 158 static int lo_fd(fuse_req_t req, fuse_ino_t ino) in lo_fd() function 209 res = fstatat(lo_fd(req, ino), "", &buf, AT_EMPTY_PATH | AT_SYMLINK_NOFOLLOW); in lo_getattr() 322 newfd = openat(lo_fd(req, parent), name, O_PATH | O_NOFOLLOW); in lo_do_lookup() 450 res = linkat(AT_FDCWD, procname, lo_fd(req, parent), name, in lo_link() 481 res = unlinkat(lo_fd(req, parent), name, AT_REMOVEDIR); in lo_rmdir() 497 res = renameat(lo_fd(req, parent), name, in lo_rename() 498 lo_fd(req, newparent), newname); in lo_rename() 507 res = unlinkat(lo_fd(req, parent), name, 0); in lo_unlink() 573 res = readlinkat(lo_fd(req, ino), "", buf, sizeof(buf)); in lo_readlink() 607 fd = openat(lo_fd(req, ino), ".", O_RDONLY); in lo_opendir() [all …]
|