• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/

Lines Matching defs:ino

950             e->ino = node->nodeid;
954 set_stat(f, e->ino, &e->attr);
956 fprintf(stderr, " NODEID: %lu\n", (unsigned long) e->ino);
1039 forget_node(f, e->ino, 1);
1098 e.ino = 0;
1109 static void fuse_lib_forget(fuse_req_t req, fuse_ino_t ino,
1114 fprintf(stderr, "FORGET %llu/%lu\n", (unsigned long long)ino, nlookup);
1115 forget_node(f, ino, nlookup);
1119 static void fuse_lib_getattr(fuse_req_t req, fuse_ino_t ino,
1132 path = get_path(f, ino);
1142 set_stat(f, ino, &buf);
1157 static void fuse_lib_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr,
1167 path = get_path(f, ino);
1203 set_stat(f, ino, &buf);
1209 static void fuse_lib_access(fuse_req_t req, fuse_ino_t ino, int mask)
1217 path = get_path(f, ino);
1231 static void fuse_lib_readlink(fuse_req_t req, fuse_ino_t ino)
1240 path = get_path(f, ino);
1437 static void fuse_lib_link(fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent,
1448 oldpath = get_path(f, ino);
1468 static void fuse_do_release(struct fuse *f, fuse_ino_t ino, const char *path,
1477 node = get_node(f, ino);
1513 forget_node(f, e.ino, 1);
1526 get_node(f, e.ino)->open_count++;
1531 fuse_do_release(f, e.ino, path, fi);
1533 forget_node(f, e.ino, 1);
1547 static void fuse_lib_open(fuse_req_t req, fuse_ino_t ino,
1557 path = get_path(f, ino);
1571 get_node(f, ino)->open_count++;
1576 fuse_do_release(f, ino, path, fi);
1590 static void fuse_lib_read(fuse_req_t req, fuse_ino_t ino, size_t size,
1606 path = get_path(f, ino);
1642 static void fuse_lib_write(fuse_req_t req, fuse_ino_t ino, const char *buf,
1651 path = get_path(f, ino);
1687 static void fuse_lib_fsync(fuse_req_t req, fuse_ino_t ino, int datasync,
1696 path = get_path(f, ino);
1720 static void fuse_lib_opendir(fuse_req_t req, fuse_ino_t ino,
1740 dh->nodeid = ino;
1750 path = get_path(f, ino);
1848 static int readdir_fill(struct fuse *f, fuse_req_t req, fuse_ino_t ino,
1855 path = get_path(f, ino);
1878 static void fuse_lib_readdir(fuse_req_t req, fuse_ino_t ino, size_t size,
1892 int err = readdir_fill(f, req, ino, size, off, dh, &fi);
1913 static void fuse_lib_releasedir(fuse_req_t req, fuse_ino_t ino,
1923 path = get_path(f, ino);
1938 static void fuse_lib_fsyncdir(fuse_req_t req, fuse_ino_t ino, int datasync,
1950 path = get_path(f, ino);
1962 static void fuse_lib_statfs(fuse_req_t req, fuse_ino_t ino)
1971 if (!ino) {
1976 path = get_path(f, ino);
1993 static void fuse_lib_setxattr(fuse_req_t req, fuse_ino_t ino, const char *name,
2002 path = get_path(f, ino);
2014 static int common_getxattr(struct fuse *f, fuse_req_t req, fuse_ino_t ino,
2022 path = get_path(f, ino);
2034 static void fuse_lib_getxattr(fuse_req_t req, fuse_ino_t ino, const char *name,
2046 res = common_getxattr(f, req, ino, name, value, size);
2053 res = common_getxattr(f, req, ino, name, NULL, 0);
2061 static int common_listxattr(struct fuse *f, fuse_req_t req, fuse_ino_t ino,
2069 path = get_path(f, ino);
2081 static void fuse_lib_listxattr(fuse_req_t req, fuse_ino_t ino, size_t size)
2092 res = common_listxattr(f, req, ino, list, size);
2099 res = common_listxattr(f, req, ino, NULL, 0);
2107 static void fuse_lib_removexattr(fuse_req_t req, fuse_ino_t ino,
2116 path = get_path(f, ino);
2244 static int fuse_flush_common(struct fuse *f, fuse_req_t req, fuse_ino_t ino,
2265 locks_insert(get_node(f, ino), &l);
2275 static void fuse_lib_release(fuse_req_t req, fuse_ino_t ino,
2284 path = get_path(f, ino);
2291 err = fuse_flush_common(f, req, ino, path, fi);
2297 fuse_do_release(f, ino, path, fi);
2305 static void fuse_lib_flush(fuse_req_t req, fuse_ino_t ino,
2313 path = get_path(f, ino);
2316 err = fuse_flush_common(f, req, ino, path, fi);
2322 static int fuse_lock_common(fuse_req_t req, fuse_ino_t ino,
2332 path = get_path(f, ino);
2344 static void fuse_lib_getlk(fuse_req_t req, fuse_ino_t ino,
2355 conflict = locks_conflict(get_node(f, ino), &l);
2360 err = fuse_lock_common(req, ino, fi, lock, F_GETLK);
2370 static void fuse_lib_setlk(fuse_req_t req, fuse_ino_t ino,
2374 int err = fuse_lock_common(req, ino, fi, lock, should_sleep ? F_SETLKW : F_SETLK);
2381 locks_insert(get_node(f, ino), &l);
2387 static void fuse_lib_bmap(fuse_req_t req, fuse_ino_t ino, size_t blocksize,
2397 path = get_path(f, ino);