/third_party/skia/src/ports/ |
H A D | SkOSFile_posix.cpp | 49 ino_t ino; member 62 id->ino = status.st_ino; in sk_ino() 69 && aID.ino == bID.ino in sk_fidentical()
|
/third_party/elfutils/libdwfl/ |
H A D | linux-proc-maps.c | 217 uint64_t ino; in proc_maps_report() local 221 &start, &end, &offset, &dmajor, &dminor, &ino, &nread) < 6 in proc_maps_report() 248 if (file[0] != '/' || (ino == 0 && dmajor == 0 && dminor == 0)) in proc_maps_report() 253 && ino == last_ino && dmajor == last_dmajor && dminor == last_dminor) in proc_maps_report() 271 last_ino = ino; in proc_maps_report()
|
/third_party/f2fs-tools/fsck/ |
H A D | quotaio_v2.c | 202 h->qh_qf.ino, in v2_init_io() 206 f2fs_filesize_update(qf->sbi, qf->ino, filesize); in v2_init_io() 212 "dqi_blocks %u", h->qh_qf.ino, in v2_init_io() 219 h->qh_qf.ino, info->dqi_qtree.dqi_free_blk, in v2_init_io() 225 "dqi_blocks %u", h->qh_qf.ino, in v2_init_io()
|
H A D | sload.c | 72 nid_t ino, int mode) in set_selinux_xattr() 95 mnt_path, ino, secontext); in set_selinux_xattr() 96 inode_set_selinux(sbi, ino, secontext); in set_selinux_xattr() 265 dentries[i].ino); in build_directory() 281 dentries[i].ino, dentries[i].mode); in build_directory() 71 set_selinux_xattr(struct f2fs_sb_info *sbi, const char *path, nid_t ino, int mode) set_selinux_xattr() argument
|
H A D | mount.c | 351 nid_t ino = le32_to_cpu(node_block->footer.ino); in print_node_info() local 354 if (ino == nid) { in print_node_info() 982 /* check reserved ino info */ in sanity_check_raw_super() 2362 if (node_blk->footer.nid == node_blk->footer.ino) { in update_data_blkaddr() 2377 if (node_blk->footer.nid != node_blk->footer.ino) { in update_data_blkaddr() 2378 get_node_info(sbi, le32_to_cpu(node_blk->footer.ino), &ni); in update_data_blkaddr() 2396 void update_nat_blkaddr(struct f2fs_sb_info *sbi, nid_t ino, in update_nat_blkaddr() argument 2413 if (ino) in update_nat_blkaddr() 2414 nat_block->entries[entry_off].ino in update_nat_blkaddr() 3398 get_fsync_inode(struct list_head *head, nid_t ino) get_fsync_inode() argument 3410 add_fsync_inode(struct list_head *head, nid_t ino) add_fsync_inode() argument [all...] |
H A D | quotaio.h | 117 f2fs_ino_t ino; member 223 void quota_add_inode_usage(quota_ctx_t qctx, f2fs_ino_t ino,
|
H A D | f2fs.h | 122 nid_t ino; member 226 nid_t ino; member 498 nid_t ino; /* inode number */ member 579 ni->ino = le32_to_cpu(raw_nat->ino); in node_info_from_raw_nat()
|
/third_party/node/test/parallel/ |
H A D | test-fs-watchfile-bigint.js | 23 0n, // ino 55 // If the ino (inode) value is greater than zero, it means that the file 57 assert(curr.ino > 0n); 58 // As the file just got created, previous ino value should be lesser than 60 assert(prev.ino <= 0n);
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | clouddisk_notify_utils_mock.cpp | 34 static bool isRoot(const fuse_ino_t &ino)
in isRoot() argument 36 return ino == FUSE_ROOT_ID;
in isRoot() 63 const fuse_ino_t &ino, NotifyData ¬ifyData)
in GetNotifyData() 62 GetNotifyData(CloudDiskFuseData* data, FindCloudDiskInodeFunc func, const fuse_ino_t &ino, NotifyData ¬ifyData) GetNotifyData() argument
|
/third_party/musl/src/misc/ |
H A D | nftw.c | 17 ino_t ino; member 68 new.ino = st.st_ino; in do_nftw() 95 if (h->dev == st.st_dev && h->ino == st.st_ino) in do_nftw()
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | nftw.c | 14 ino_t ino; member 52 new.ino = st.st_ino; in do_nftw() 70 if (h->dev == st.st_dev && h->ino == st.st_ino) in do_nftw()
|
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/cloud_disk/ |
H A D | file_operations_helper.h | 29 static void GetInodeAttr(std::shared_ptr<CloudDiskInode> ino, struct stat *statBuf); 36 std::shared_ptr<CloudDiskInode> ino);
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | raw_dir.rs | 134 f.field("ino", &self.ino()); 156 pub fn ino(&self) -> u64 { in ino() functions
|
/third_party/selinux/libselinux/src/ |
H A D | selinux_restorecon.c | 423 ino_t ino; /* inode number */ member 437 static int filespec_add(ino_t ino, const char *con, const char *file, in filespec_add() argument 453 h = (ino + (ino >> HASH_BITS)) & HASH_MASK; in filespec_add() 456 if (ino == fl->ino) { in filespec_add() 458 if (ret < 0 || sb.st_ino != ino) { in filespec_add() 491 if (ino > fl->ino) in filespec_add() 498 fl->ino in filespec_add() [all...] |
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/ |
H A D | file_operations_helper_test.cpp | 196 fuse_ino_t ino = FUSE_ROOT_ID; in HWTEST_F() local 198 int ret = fuseoperationshelper_->GetNextLayer(inoPtr, ino); in HWTEST_F() 220 fuse_ino_t ino = 0; in HWTEST_F() local 222 int ret = fuseoperationshelper_->GetNextLayer(inoPtr, ino); in HWTEST_F() 244 fuse_ino_t ino = 0; in HWTEST_F() local 246 int ret = fuseoperationshelper_->GetNextLayer(inoPtr, ino); in HWTEST_F()
|
H A D | file_operations_base_test.cpp | 151 forgets.ino = 2; in HWTEST_F() 177 forgets.ino = 2; in HWTEST_F()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | cluster.h | 34 typedef int (cluster_cb)(ntfs_inode *ino, ATTR_RECORD *attr, runlist_element *run, void *data);
|
/third_party/node/lib/internal/fs/ |
H A D | utils.js | 413 ino, size, blocks) { 421 this.ino = ino; 479 ino, size, blocks, 482 ino, size, blocks]); 510 ino, size, blocks, 513 blksize, ino, size, blocks);
|
/third_party/libfuse/test/ |
H A D | stracedecode.c | 104 arg->attr.ino, arg->attr.size, arg->attr.blocks); in process_buf() 111 arg->attr.ino, arg->attr.size, arg->attr.blocks); in process_buf()
|
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/ |
H A D | tbase.c | 86 static int tbase_open(struct inode *ino, struct file *f) in tbase_open() argument 91 static int tbase_close(struct inode *ino, struct file *f) in tbase_close() argument 238 static int tbase_ioctl(struct inode *ino, struct file *f, in tbase_ioctl() argument
|
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
H A D | tusb.c | 86 static int tusb_open(struct inode *ino, struct file *f) in tusb_open() argument 91 static int tusb_close(struct inode *ino, struct file *f) in tusb_close() argument 185 static int tusb_ioctl(struct inode *ino, struct file *f, in tusb_ioctl() argument
|
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
H A D | tagp.c | 100 static int tagp_open(struct inode *ino, struct file *f) in tagp_open() argument 105 static int tagp_close(struct inode *ino, struct file *f) in tagp_close() argument 123 static int tagp_ioctl(struct inode *ino, struct file *f, in tagp_ioctl() argument
|
/third_party/f2fs-tools/mkfs/ |
H A D | f2fs_format.c | 872 journal->nat_j.entries[0].ne.ino = sb->root_ino; in f2fs_write_check_point_pack() 882 journal->nat_j.entries[i].ne.ino = sb->qf_ino[qtype]; in f2fs_write_check_point_pack() 893 journal->nat_j.entries[i].ne.ino = cpu_to_le32(c.lpf_ino); in f2fs_write_check_point_pack() 1225 raw_node->footer.ino = sb->root_ino; in f2fs_write_root_inode() 1456 nat_blk->entries[sb->qf_ino[qtype]].ino = sb->qf_ino[qtype]; in f2fs_update_nat_root() 1464 nat_blk->entries[get_sb(root_ino)].ino = sb->root_ino; in f2fs_update_nat_root() 1468 nat_blk->entries[get_sb(node_ino)].ino = sb->node_ino; in f2fs_update_nat_root() 1472 nat_blk->entries[get_sb(meta_ino)].ino = sb->meta_ino; in f2fs_update_nat_root() 1500 dent_blk->dentry[0].ino = cpu_to_le32(c.lpf_ino); in f2fs_add_default_dentry_lpf() 1506 dent_blk->dentry[1].ino in f2fs_add_default_dentry_lpf() [all...] |
/third_party/ltp/testcases/kernel/device-drivers/nls/ |
H A D | nlsTest.c | 97 static int test_release(struct inode *ino, struct file *f) in test_release() argument 107 static int test_ioctl(struct inode *ino, struct file *f, in test_ioctl() argument
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_kernel.h | 79 __u64 ino; member 431 __u64 ino; member
|