Home
last modified time | relevance | path

Searched refs:ino (Results 251 - 275 of 963) sorted by relevance

1...<<11121314151617181920>>...39

/kernel/linux/linux-6.6/fs/qnx6/
H A Ddir.c221 unsigned ino; in qnx6_find_entry() local
246 ino = qnx6_match(s, len, name, de); in qnx6_find_entry()
247 if (ino) in qnx6_find_entry()
252 ino = qnx6_long_match(len, in qnx6_find_entry()
254 if (ino) in qnx6_find_entry()
270 return ino; in qnx6_find_entry()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dexport.c228 u64 ino; in btrfs_get_name() local
233 ino = btrfs_ino(BTRFS_I(inode)); in btrfs_get_name()
239 if (ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_get_name()
245 key.objectid = ino; in btrfs_get_name()
255 if (ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_get_name()
264 if (ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_get_name()
/kernel/linux/linux-5.10/fs/jffs2/
H A Dwbuf.c42 uint32_t ino; member
48 static int jffs2_wbuf_pending_for_ino(struct jffs2_sb_info *c, uint32_t ino) in jffs2_wbuf_pending_for_ino() argument
56 /* If ino == 0, _any_ non-GC writes mean 'yes' */ in jffs2_wbuf_pending_for_ino()
57 if (this && !ino) in jffs2_wbuf_pending_for_ino()
62 if (this->ino == ino) in jffs2_wbuf_pending_for_ino()
85 static void jffs2_wbuf_dirties_inode(struct jffs2_sb_info *c, uint32_t ino) in jffs2_wbuf_dirties_inode() argument
92 if (jffs2_wbuf_pending_for_ino(c, ino)) in jffs2_wbuf_dirties_inode()
102 new->ino = ino; in jffs2_wbuf_dirties_inode()
702 jffs2_flush_wbuf_gc(struct jffs2_sb_info *c, uint32_t ino) jffs2_flush_wbuf_gc() argument
794 jffs2_flash_writev(struct jffs2_sb_info *c, const struct kvec *invecs, unsigned long count, loff_t to, size_t *retlen, uint32_t ino) jffs2_flash_writev() argument
[all...]
H A Dnodelist.h144 #define dirent_node_state(rd) ( (je32_to_cpu((rd)->ino)?REF_PRISTINE:REF_NORMAL) )
174 uint32_t ino; member
210 struct inode for this particular ino is instantiated.
259 uint32_t ino; /* == zero for unlink */ member
267 data from for each part of the ino
366 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino);
411 int jffs2_do_link(struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, uint32_t ino,
417 uint32_t ino, struct jffs2_raw_inode *latest_node);
463 struct jffs2_inode_cache *jffs2_scan_make_ino_cache(struct jffs2_sb_info *c, uint32_t ino);
476 int jffs2_flush_wbuf_gc(struct jffs2_sb_info *c, uint32_t ino);
[all...]
H A Dscan.c419 * ref->ino is used to store 32bit inode-number, ic is not used in jffs2_scan_xref_node()
425 ref->ino = je32_to_cpu(rr->ino); in jffs2_scan_xref_node()
437 dbg_xattr("scan xref at %#08x (xid=%u, ino=%u)\n", in jffs2_scan_xref_node()
438 ofs, ref->xid, ref->ino); in jffs2_scan_xref_node()
965 struct jffs2_inode_cache *jffs2_scan_make_ino_cache(struct jffs2_sb_info *c, uint32_t ino) in jffs2_scan_make_ino_cache() argument
969 ic = jffs2_get_ino_cache(c, ino); in jffs2_scan_make_ino_cache()
973 if (ino > c->highest_ino) in jffs2_scan_make_ino_cache()
974 c->highest_ino = ino; in jffs2_scan_make_ino_cache()
983 ic->ino in jffs2_scan_make_ino_cache()
995 uint32_t crc, ino = je32_to_cpu(ri->ino); jffs2_scan_inode_node() local
[all...]
/kernel/linux/linux-6.6/fs/jffs2/
H A Dwbuf.c42 uint32_t ino; member
48 static int jffs2_wbuf_pending_for_ino(struct jffs2_sb_info *c, uint32_t ino) in jffs2_wbuf_pending_for_ino() argument
56 /* If ino == 0, _any_ non-GC writes mean 'yes' */ in jffs2_wbuf_pending_for_ino()
57 if (this && !ino) in jffs2_wbuf_pending_for_ino()
62 if (this->ino == ino) in jffs2_wbuf_pending_for_ino()
85 static void jffs2_wbuf_dirties_inode(struct jffs2_sb_info *c, uint32_t ino) in jffs2_wbuf_dirties_inode() argument
92 if (jffs2_wbuf_pending_for_ino(c, ino)) in jffs2_wbuf_dirties_inode()
102 new->ino = ino; in jffs2_wbuf_dirties_inode()
702 jffs2_flush_wbuf_gc(struct jffs2_sb_info *c, uint32_t ino) jffs2_flush_wbuf_gc() argument
794 jffs2_flash_writev(struct jffs2_sb_info *c, const struct kvec *invecs, unsigned long count, loff_t to, size_t *retlen, uint32_t ino) jffs2_flash_writev() argument
[all...]
H A Dnodelist.h144 #define dirent_node_state(rd) ( (je32_to_cpu((rd)->ino)?REF_PRISTINE:REF_NORMAL) )
174 uint32_t ino; member
210 struct inode for this particular ino is instantiated.
259 uint32_t ino; /* == zero for unlink */ member
267 data from for each part of the ino
366 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino);
411 int jffs2_do_link(struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, uint32_t ino,
417 uint32_t ino, struct jffs2_raw_inode *latest_node);
463 struct jffs2_inode_cache *jffs2_scan_make_ino_cache(struct jffs2_sb_info *c, uint32_t ino);
476 int jffs2_flush_wbuf_gc(struct jffs2_sb_info *c, uint32_t ino);
[all...]
H A Dscan.c419 * ref->ino is used to store 32bit inode-number, ic is not used in jffs2_scan_xref_node()
425 ref->ino = je32_to_cpu(rr->ino); in jffs2_scan_xref_node()
437 dbg_xattr("scan xref at %#08x (xid=%u, ino=%u)\n", in jffs2_scan_xref_node()
438 ofs, ref->xid, ref->ino); in jffs2_scan_xref_node()
965 struct jffs2_inode_cache *jffs2_scan_make_ino_cache(struct jffs2_sb_info *c, uint32_t ino) in jffs2_scan_make_ino_cache() argument
969 ic = jffs2_get_ino_cache(c, ino); in jffs2_scan_make_ino_cache()
973 if (ino > c->highest_ino) in jffs2_scan_make_ino_cache()
974 c->highest_ino = ino; in jffs2_scan_make_ino_cache()
983 ic->ino in jffs2_scan_make_ino_cache()
995 uint32_t crc, ino = je32_to_cpu(ri->ino); jffs2_scan_inode_node() local
[all...]
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/cloud_disk/
H A Dfile_operations_local.h27 void GetAttr(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi) override;
28 void ReadDir(fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_ns_current_pid_tgid.c10 __u64 ino; member
22 if (bpf_get_ns_current_pid_tgid(res.dev, res.ino, &nsdata, in trace()
/kernel/liteos_a/fs/jffs2/include/
H A Djffs2_hash.h48 int Jffs2HashGet(LosMux *lock, LOS_DL_LIST *heads, const void *sb, const uint32_t ino, struct jffs2_inode **ppNode);
50 int Jffs2HashInsert(LosMux *lock, LOS_DL_LIST *heads, struct jffs2_inode *node, const uint32_t ino);
/kernel/linux/linux-5.10/fs/autofs/
H A Ddev-ioctl.c217 struct autofs_info *ino = autofs_dentry_ino(path->dentry); in test_by_type() local
219 return ino && ino->sbi->type & *(unsigned *)p; in test_by_type()
423 struct autofs_info *ino; in autofs_dev_ioctl_requester() local
438 ino = autofs_dentry_ino(path.dentry); in autofs_dev_ioctl_requester()
439 if (ino) { in autofs_dev_ioctl_requester()
444 from_kuid_munged(current_user_ns(), ino->uid); in autofs_dev_ioctl_requester()
446 from_kgid_munged(current_user_ns(), ino->gid); in autofs_dev_ioctl_requester()
/kernel/linux/linux-5.10/fs/qnx4/
H A Dinode.c262 struct inode *qnx4_iget(struct super_block *sb, unsigned long ino) in qnx4_iget() argument
270 inode = iget_locked(sb, ino); in qnx4_iget()
279 QNX4DEBUG((KERN_INFO "reading inode : [%d]\n", ino)); in qnx4_iget()
280 if (!ino) { in qnx4_iget()
283 sb->s_id, ino); in qnx4_iget()
287 block = ino / QNX4_INODES_PER_BLOCK; in qnx4_iget()
296 (ino % QNX4_INODES_PER_BLOCK); in qnx4_iget()
326 ino, sb->s_id); in qnx4_iget()
/kernel/linux/linux-6.6/fs/autofs/
H A Ddev-ioctl.c218 struct autofs_info *ino = autofs_dentry_ino(path->dentry); in test_by_type() local
220 return ino && ino->sbi->type & *(unsigned *)p; in test_by_type()
424 struct autofs_info *ino; in autofs_dev_ioctl_requester() local
439 ino = autofs_dentry_ino(path.dentry); in autofs_dev_ioctl_requester()
440 if (ino) { in autofs_dev_ioctl_requester()
445 from_kuid_munged(current_user_ns(), ino->uid); in autofs_dev_ioctl_requester()
447 from_kgid_munged(current_user_ns(), ino->gid); in autofs_dev_ioctl_requester()
/kernel/linux/linux-6.6/fs/qnx4/
H A Dinode.c263 struct inode *qnx4_iget(struct super_block *sb, unsigned long ino) in qnx4_iget() argument
271 inode = iget_locked(sb, ino); in qnx4_iget()
280 QNX4DEBUG((KERN_INFO "reading inode : [%d]\n", ino)); in qnx4_iget()
281 if (!ino) { in qnx4_iget()
284 sb->s_id, ino); in qnx4_iget()
288 block = ino / QNX4_INODES_PER_BLOCK; in qnx4_iget()
297 (ino % QNX4_INODES_PER_BLOCK); in qnx4_iget()
326 ino, sb->s_id); in qnx4_iget()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dinode.c133 __le32 ino = node->footer.ino; in f2fs_inode_chksum() local
140 chksum = f2fs_chksum(sbi, sbi->s_chksum_seed, (__u8 *)&ino, in f2fs_inode_chksum()
141 sizeof(ino)); in f2fs_inode_chksum()
197 "%s: inode (ino=%lx) has unsupported compress algorithm: %u, run fsck to fix", in sanity_check_compress_inode()
204 "%s: inode (ino=%lx) has inconsistent i_compr_blocks:%llu, i_blocks:%llu, run fsck to fix", in sanity_check_compress_inode()
212 "%s: inode (ino=%lx) has unsupported log cluster size: %u, run fsck to fix", in sanity_check_compress_inode()
256 f2fs_warn(sbi, "%s: inode (ino=%lx) has unsupported compress level: %u, run fsck to fix", in sanity_check_compress_inode()
276 f2fs_warn(sbi, "%s: corrupted inode footer i_ino=%lx, ino,nid: [%u, %u] run fsck to fix.", in sanity_check_inode()
284 f2fs_warn(sbi, "%s: inode (ino in sanity_check_inode()
526 is_meta_ino(struct f2fs_sb_info *sbi, unsigned int ino) is_meta_ino() argument
532 f2fs_iget(struct super_block *sb, unsigned long ino) f2fs_iget() argument
626 f2fs_iget_retry(struct super_block *sb, unsigned long ino) f2fs_iget_retry() argument
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dfast_commit.c1331 int parent_ino, dname_len, ino, inode_len; member
1349 darg->ino = le32_to_cpu(fcd.fc_ino); in tl_to_darg()
1374 trace_ext4_fc_replay(sb, EXT4_FC_TAG_UNLINK, darg.ino, in ext4_fc_replay_unlink()
1379 inode = ext4_iget(sb, darg.ino, EXT4_IGET_NORMAL); in ext4_fc_replay_unlink()
1382 ext4_debug("Inode %d not found", darg.ino); in ext4_fc_replay_unlink()
1470 trace_ext4_fc_replay(sb, EXT4_FC_TAG_LINK, darg.ino, in ext4_fc_replay_link()
1473 inode = ext4_iget(sb, darg.ino, EXT4_IGET_NORMAL); in ext4_fc_replay_link()
1488 static int ext4_fc_record_modified_inode(struct super_block *sb, int ino) in ext4_fc_record_modified_inode() argument
1495 if (state->fc_modified_inodes[i] == ino) in ext4_fc_record_modified_inode()
1510 state->fc_modified_inodes[state->fc_modified_inodes_used++] = ino; in ext4_fc_record_modified_inode()
1525 int inode_len, ino, ret, tag = tl->fc_tag; ext4_fc_replay_inode() local
1678 ext4_fc_record_regions(struct super_block *sb, int ino, ext4_lblk_t lblk, ext4_fsblk_t pblk, int len, int replay) ext4_fc_record_regions() argument
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dtree-log.c1607 struct btrfs_root *root, u64 ino) in insert_orphan_item()
1611 ret = btrfs_insert_orphan_item(trans, root, ino); in insert_orphan_item()
1671 u64 ino = btrfs_ino(inode); in count_inode_refs() local
1673 key.objectid = ino; in count_inode_refs()
1689 if (key.objectid != ino || in count_inode_refs()
1736 u64 ino = btrfs_ino(BTRFS_I(inode)); in fixup_inode_link_count() local
1765 ino, 1); in fixup_inode_link_count()
1769 ret = insert_orphan_item(trans, root, ino); in fixup_inode_link_count()
2347 const u64 ino) in replay_xattr_deletes()
2359 search_key.objectid = ino; in replay_xattr_deletes()
1606 insert_orphan_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 ino) insert_orphan_item() argument
2343 replay_xattr_deletes(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_root *log, struct btrfs_path *path, const u64 ino) replay_xattr_deletes() argument
3594 u64 ino = btrfs_ino(inode); log_dir_items() local
4333 const u64 ino = btrfs_ino(inode); btrfs_log_prealloc_extents() local
4619 const u64 ino = btrfs_ino(inode); btrfs_log_all_xattrs() local
4696 const u64 ino = btrfs_ino(inode); btrfs_log_holes() local
4919 u64 ino; global() member
4924 log_conflicting_inodes(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_log_ctx *ctx, u64 ino, u64 parent) log_conflicting_inodes() argument
5273 u64 ino = btrfs_ino(inode); btrfs_log_inode() local
5609 u64 ino; global() member
5795 const u64 ino = btrfs_ino(inode); btrfs_log_all_parents() local
5923 u64 ino; log_new_ancestors() local
6016 const u64 ino = btrfs_ino(inode); log_all_new_ancestors() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trace.h14 * ino: filesystem inode number
92 __field(xfs_ino_t, ino)
105 __entry->ino = ctx->dp->i_ino;
115 TP_printk("dev %d:%d ino 0x%llx cursor h/b/o 0x%x/0x%x/%u dupcnt %u "
118 __entry->ino,
314 __field(xfs_ino_t, ino)
329 __entry->ino = ctx->dp->i_ino;
341 TP_printk("dev %d:%d ino 0x%llx cursor h/b/o 0x%x/0x%x/%u dupcnt %u "
345 __entry->ino,
366 __field(xfs_ino_t, ino)
[all...]
/kernel/linux/linux-5.10/fs/proc/
H A Dnommu.c34 unsigned long ino = 0; in nommu_region_show() local
45 ino = inode->i_ino; in nommu_region_show()
58 MAJOR(dev), MINOR(dev), ino); in nommu_region_show()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_types.h195 bool xfs_verify_ino(struct xfs_mount *mp, xfs_ino_t ino);
196 bool xfs_internal_inum(struct xfs_mount *mp, xfs_ino_t ino);
197 bool xfs_verify_dir_ino(struct xfs_mount *mp, xfs_ino_t ino);
/kernel/linux/linux-5.10/include/linux/
H A Dexportfs.h121 u32 ino; member
231 struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen));
234 struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen));
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_types.h228 bool xfs_verify_ino(struct xfs_mount *mp, xfs_ino_t ino);
229 bool xfs_internal_inum(struct xfs_mount *mp, xfs_ino_t ino);
230 bool xfs_verify_dir_ino(struct xfs_mount *mp, xfs_ino_t ino);
H A Dxfs_ialloc.h44 xfs_ino_t ino, struct xfs_icluster *ifree);
53 xfs_ino_t ino, /* inode to locate */
72 * Lookup a record by ino in the btree given by cur.
74 int xfs_inobt_lookup(struct xfs_btree_cur *cur, xfs_agino_t ino,
/kernel/linux/linux-6.6/fs/proc/
H A Dnommu.c33 unsigned long ino = 0; in nommu_region_show() local
44 ino = inode->i_ino; in nommu_region_show()
57 MAJOR(dev), MINOR(dev), ino); in nommu_region_show()

Completed in 23 milliseconds

1...<<11121314151617181920>>...39