Searched refs:ino (Results 1 - 25 of 39) sorted by relevance

12

/haiku-fatelf/src/bin/coreutils/src/
H A Dcp-hash.h3 void forget_created (ino_t ino, dev_t dev);
4 char *remember_copied (const char *node, ino_t ino, dev_t dev);
5 char *src_to_dest_lookup (ino_t ino, dev_t dev);
H A Dcp-hash.c31 the source device/inode pair so that if we encounter a matching dev/ino
39 corresponding to the dev/ino of a copied file, or the destination file
40 name corresponding to a dev/ino pair for a newly-created directory. */
44 /* This table maps source dev/ino to destination file name.
81 that maps source ino/dev to destination file name. */
83 forget_created (ino_t ino, dev_t dev) argument
88 probe.st_ino = ino;
101 src_to_dest_lookup (ino_t ino, dev_t dev) argument
105 ent.st_ino = ino;
116 remember_copied (const char *name, ino_t ino, dev_ argument
[all...]
H A Dpwd.c25 #include "root-dev-ino.h"
183 ino_t ino; local
201 ino = D_INO (dp);
203 if (ino == NOT_AN_INODE_NUMBER || use_lstat)
210 ino = ent_sb.st_ino;
213 if (ino != dot_sb->st_ino)
H A Ddu.c76 /* A set of dev/ino pairs. */
349 /* Compare two dev/ino pairs. Return true if they are the same. */
362 hash_ins (ino_t ino, dev_t dev) argument
368 ent->st_ino = ino;
H A Dtail.c117 ino_t ino; member in struct:File_spec
360 f->ino = st->st_ino;
926 /* open/fstat the file and announce if dev/ino have changed */
953 be seen to be the same file (dev/ino). Otherwise, tail prints
1004 else if (f->ino != new_stats.st_ino || f->dev != new_stats.st_dev)
1065 and an occasional open/fstat to see if any dev/ino pair has changed.
1708 f->ino = 0;
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel_compat.h16 void (*forget) (fuse_req_t req, fuse_ino_t ino, unsigned long nlookup);
17 void (*getattr) (fuse_req_t req, fuse_ino_t ino,
19 void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr,
21 void (*readlink) (fuse_req_t req, fuse_ino_t ino);
32 void (*link) (fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent,
34 void (*open) (fuse_req_t req, fuse_ino_t ino,
36 void (*read) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
38 void (*write) (fuse_req_t req, fuse_ino_t ino, const char *buf,
40 void (*flush) (fuse_req_t req, fuse_ino_t ino,
42 void (*release) (fuse_req_t req, fuse_ino_t ino,
[all...]
H A Dfuse_lowlevel.h73 * ino the kernel may cache negative entries for entry_timeout
76 fuse_ino_t ino; member in struct:fuse_entry_param
80 * The ino/generation pair should be unique for the filesystem's
203 * @param ino the inode number
206 void (*forget) (fuse_req_t req, fuse_ino_t ino, unsigned long nlookup);
216 * @param ino the inode number
219 void (*getattr) (fuse_req_t req, fuse_ino_t ino,
241 * @param ino the inode number
249 void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr,
260 * @param ino th
[all...]
H A Dfuse.h63 ino_t ino);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfts-cycle.c27 ino_t ino; member in struct:Active_dir
36 return ax->ino == ay->ino
44 return (uintmax_t) ax->ino % table_size;
86 ad->ino = st->st_ino;
133 obj.ino = st->st_ino;
H A Dgetcwd.c78 # define MATCHING_INO(dp, ino) ((dp)->d_ino == (ino))
80 # define MATCHING_INO(dp, ino) true
H A Dmountlist.c504 ino_t ino; member in struct:rootdir_entry
543 re->ino = statbuf.st_ino;
563 if (re->dev == fi.dev && re->ino == fi.root)
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h24 ino_t ino; member in struct:node
62 return node->ino;
72 if (key != node->ino)
73 return key < node->ino ? -1 : 1;
138 struct node_key* GetNode(ino_t ino, ino_t &parent);
H A DVolume.cpp466 TRACE("Volume::GetIno() cached cluster %lu offset %lu ino %" B_PRIdINO
467 "\n", cluster, offset, node->ino);
468 return node->ino;
472 node->ino = _NextID();
476 TRACE("Volume::GetIno() new cluster %lu offset %lu ino %" B_PRIdINO "\n",
477 cluster, offset, node->ino);
478 return node->ino;
483 Volume::GetNode(ino_t ino, ino_t &parent) argument
485 struct node* node = fInoTree.Lookup(ino);
H A DInode.cpp59 Inode::Inode(Volume* volume, ino_t ino) argument
62 fID(ino),
69 struct node_key *key = volume->GetNode(ino, fParent);
H A DInode.h35 Inode(Volume* volume, ino_t ino);
/haiku-fatelf/src/kits/app/
H A DMessageUtils.cpp107 ino_t *ino = (ino_t *)buffer; local
108 *ino = B_SWAP_INT64(*ino);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dstat_util.cpp14 myst->ino = st->st_ino;
32 st->st_ino = myst->ino;
215 myst->ino = st->st_ino;
233 st->st_ino = myst->ino;
H A Dcompat.h138 my_ino_t ino; /* this file's inode #, unique per device */ member in struct:my_stat
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dgetcwd.c86 # define MATCHING_INO(dp, ino) ((dp)->d_ino == (ino))
88 # define MATCHING_INO(dp, ino) true
H A Dmountlist.c508 ino_t ino; member in struct:rootdir_entry
547 re->ino = statbuf.st_ino;
567 if (re->dev == fi.dev && re->ino == fi.root)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dnto-procfs.c367 unsigned long long ino; member in struct:printinfo
404 mapinfo_p->ino = 0;
406 if (mapinfo_p->ino == 0) /* Already visited. */
417 printme.ino = mapinfo_p->ino;
429 && mapinfo_p2->ino == mapinfo_p->ino
460 mapinfo_p2->ino = 0;
463 mapinfo_p->ino = 0;
480 printf_filtered ("\tino=0x%x\n", (unsigned int) printme.ino);
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/mkbfs/
H A Dmkbfs.cpp45 my_ino_t ino; member in struct:nspace
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A Dcompat.h100 my_ino_t ino; /* this file's inode #, unique per device */ member in struct:my_stat
/haiku-fatelf/src/bin/findutils/find/
H A Dfind.c1696 if (stat_buf.st_ino == dir_ids[i].ino &&
1709 dir_ids[dir_curr].ino = stat_buf.st_ino;
1927 dir_ids[dir_curr].ino = stat_buf.st_ino;
2072 did.ino = dir_ids[dir_curr-1].ino;
2077 did.ino = starting_stat_buf.st_ino;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dfs_func.c125 u64 ino = (u64)-1; local
135 return (ino);
146 ino = (u64)-1;
148 ino = MREF(inum);
152 return (ino);
1793 ino_t ino; local
1814 ino = ntfs_inode_lookup(_vol, dir->vnid, name);
1815 if (ino == (u64)-1) {
1820 result = get_vnode(_vol, ino, (void**)&file);
1850 put_vnode(_vol, ino);
[all...]

Completed in 251 milliseconds

12