/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_icache.c | 73 xfs_ino_t ino) in xfs_inode_alloc() 98 ip->i_ino = ino; in xfs_inode_alloc() 485 xfs_ino_t ino, 501 if (ip->i_ino != ino) in __releases() 601 xfs_ino_t ino, in xfs_iget_cache_miss() 608 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino); in xfs_iget_cache_miss() 611 ip = xfs_inode_alloc(mp, ino); in xfs_iget_cache_miss() 738 xfs_ino_t ino, in xfs_iget() 751 if (!ino || XFS_INO_TO_AGNO(mp, ino) > in xfs_iget() 71 xfs_inode_alloc( struct xfs_mount *mp, xfs_ino_t ino) xfs_inode_alloc() argument 597 xfs_iget_cache_miss( struct xfs_mount *mp, struct xfs_perag *pag, xfs_trans_t *tp, xfs_ino_t ino, struct xfs_inode **ipp, int flags, int lock_flags) xfs_iget_cache_miss() argument 735 xfs_iget( struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino, uint flags, uint lock_flags, struct xfs_inode **ipp) xfs_iget() argument 866 xfs_ino_t ino = ip->i_ino; /* for radix_tree_delete */ xfs_reclaim_inode() local [all...] |
H A D | xfs_itable.c | 60 xfs_ino_t ino, in xfs_bulkstat_one_int() 72 if (xfs_internal_inum(mp, ino)) in xfs_bulkstat_one_int() 75 error = xfs_iget(mp, tp, ino, in xfs_bulkstat_one_int() 104 buf->bs_ino = ino; in xfs_bulkstat_one_int() 174 bc->breq->startino = ino + 1; in xfs_bulkstat_one_int() 233 xfs_ino_t ino, in xfs_bulkstat_iwalk() 239 error = xfs_bulkstat_one_int(mp, bc->breq->idmap, tp, ino, data); in xfs_bulkstat_iwalk() 56 xfs_bulkstat_one_int( struct xfs_mount *mp, struct mnt_idmap *idmap, struct xfs_trans *tp, xfs_ino_t ino, struct xfs_bstat_chunk *bc) xfs_bulkstat_one_int() argument 230 xfs_bulkstat_iwalk( struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino, void *data) xfs_bulkstat_iwalk() argument
|
/kernel/linux/linux-6.6/fs/ |
H A D | inode.c | 563 unsigned long ino; in dump_mapping() local 581 get_kernel_nofault(ino, &host->i_ino)) { in dump_mapping() 587 pr_warn("aops:%ps ino:%lx\n", a_ops, ino); in dump_mapping() 593 pr_warn("aops:%ps ino:%lx invalid dentry:%px\n", in dump_mapping() 594 a_ops, ino, dentry_ptr); in dump_mapping() 602 pr_warn("aops:%ps ino:%lx dentry name:\"%pd\"\n", a_ops, ino, &dentry); in dump_mapping() 926 struct hlist_head *head, unsigned long ino) in find_inode_fast() 932 if (inode->i_ino != ino) in find_inode_fast() 925 find_inode_fast(struct super_block *sb, struct hlist_head *head, unsigned long ino) find_inode_fast() argument 1297 iget_locked(struct super_block *sb, unsigned long ino) iget_locked() argument 1365 test_inode_iunique(struct super_block *sb, unsigned long ino) test_inode_iunique() argument 1507 ilookup(struct super_block *sb, unsigned long ino) ilookup() argument 1638 find_inode_by_ino_rcu(struct super_block *sb, unsigned long ino) find_inode_by_ino_rcu() argument 1660 ino_t ino = inode->i_ino; insert_inode_locked() local [all...] |
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | timerdev.c | 44 mISDN_open(struct inode *ino, struct file *filep) in mISDN_open() argument 49 printk(KERN_DEBUG "%s(%p,%p)\n", __func__, ino, filep); in mISDN_open() 60 return nonseekable_open(ino, filep); in mISDN_open() 64 mISDN_close(struct inode *ino, struct file *filep) in mISDN_close() argument 71 printk(KERN_DEBUG "%s(%p,%p)\n", __func__, ino, filep); in mISDN_close()
|
/kernel/linux/linux-5.10/net/unix/ |
H A D | diag.c | 45 int ino; in sk_diag_dump_peer() local 50 ino = sock_i_ino(peer); in sk_diag_dump_peer() 54 return nla_put_u32(nlskb, UNIX_DIAG_PEER, ino); in sk_diag_dump_peer() 240 static struct sock *unix_lookup_by_ino(unsigned int ino) in unix_lookup_by_ino() argument 248 if (ino == sock_i_ino(sk)) { in unix_lookup_by_ino()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | audit.h | 74 unsigned long ino; member 212 static inline int audit_hash_ino(u32 ino) in audit_hash_ino() argument 214 return (ino & (AUDIT_INODE_BUCKETS-1)); in audit_hash_ino() 266 extern int audit_watch_compare(struct audit_watch *watch, unsigned long ino, 275 unsigned long ino, dev_t dev);
|
/kernel/linux/linux-6.6/kernel/ |
H A D | audit.h | 78 unsigned long ino; member 222 static inline int audit_hash_ino(u32 ino) in audit_hash_ino() argument 224 return (ino & (AUDIT_INODE_BUCKETS-1)); in audit_hash_ino() 274 extern int audit_watch_compare(struct audit_watch *watch, unsigned long ino, 283 unsigned long ino, dev_t dev);
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | timerdev.c | 44 mISDN_open(struct inode *ino, struct file *filep) in mISDN_open() argument 49 printk(KERN_DEBUG "%s(%p,%p)\n", __func__, ino, filep); in mISDN_open() 60 return nonseekable_open(ino, filep); in mISDN_open() 64 mISDN_close(struct inode *ino, struct file *filep) in mISDN_close() argument 71 printk(KERN_DEBUG "%s(%p,%p)\n", __func__, ino, filep); in mISDN_close()
|
/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
|
/kernel/linux/linux-5.10/fs/exportfs/ |
H A D | expfs.c | 242 u64 ino; /* the inum we are looking for */ member 252 loff_t pos, u64 ino, unsigned int d_type) in filldir_one() 259 if (buf->ino == ino && len <= NAME_MAX) { in filldir_one() 300 * inode->i_ino is unsigned long, kstat->ino is u64, so the in get_name() 309 buffer.ino = stat.ino; in get_name() 373 fid->i32.ino = inode->i_ino; in export_encode_fh() 251 filldir_one(struct dir_context *ctx, const char *name, int len, loff_t pos, u64 ino, unsigned int d_type) filldir_one() argument
|
/kernel/linux/linux-5.10/fs/affs/ |
H A D | namei.c | 215 u32 ino = bh->b_blocknr; in affs_lookup() local 217 /* store the real header ino in d_fsdata for faster lookups */ in affs_lookup() 218 dentry->d_fsdata = (void *)(long)ino; in affs_lookup() 223 ino = be32_to_cpu(AFFS_TAIL(sb, bh)->original); in affs_lookup() 226 inode = affs_iget(sb, ino); in affs_lookup() 538 static struct inode *affs_nfs_get_inode(struct super_block *sb, u64 ino, in affs_nfs_get_inode() argument 543 if (!affs_validblock(sb, ino)) in affs_nfs_get_inode() 546 inode = affs_iget(sb, ino); in affs_nfs_get_inode()
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | namei.c | 59 ino_t ino; in ext2_lookup() local 65 res = ext2_inode_by_name(dir, &dentry->d_name, &ino); in ext2_lookup() 71 inode = ext2_iget(dir->i_sb, ino); in ext2_lookup() 75 (unsigned long) ino); in ext2_lookup() 85 ino_t ino; in ext2_get_parent() local 88 res = ext2_inode_by_name(d_inode(child), &dotdot, &ino); in ext2_get_parent() 92 return d_obtain_alias(ext2_iget(child->d_sb, ino)); in ext2_get_parent()
|
/kernel/linux/linux-5.10/fs/openpromfs/ |
H A D | inode.c | 43 static struct inode *openprom_iget(struct super_block *sb, ino_t ino); 190 unsigned int ino; in openpromfs_lookup() local 211 ino = child->unique_id; in openpromfs_lookup() 224 ino = prop->unique_id; in openpromfs_lookup() 235 inode = openprom_iget(dir->i_sb, ino); in openpromfs_lookup() 346 static struct inode *openprom_iget(struct super_block *sb, ino_t ino) in openprom_iget() argument 350 inode = iget_locked(sb, ino); in openprom_iget()
|
/kernel/linux/linux-6.6/fs/exportfs/ |
H A D | expfs.c | 242 u64 ino; /* the inum we are looking for */ member 252 loff_t pos, u64 ino, unsigned int d_type) in filldir_one() 258 if (buf->ino == ino && len <= NAME_MAX) { in filldir_one() 299 * inode->i_ino is unsigned long, kstat->ino is u64, so the in get_name() 308 buffer.ino = stat.ino; in get_name() 372 fid->i32.ino = inode->i_ino; in export_encode_fh() 251 filldir_one(struct dir_context *ctx, const char *name, int len, loff_t pos, u64 ino, unsigned int d_type) filldir_one() argument
|
/kernel/linux/linux-6.6/fs/affs/ |
H A D | namei.c | 215 u32 ino = bh->b_blocknr; in affs_lookup() local 217 /* store the real header ino in d_fsdata for faster lookups */ in affs_lookup() 218 dentry->d_fsdata = (void *)(long)ino; in affs_lookup() 223 ino = be32_to_cpu(AFFS_TAIL(sb, bh)->original); in affs_lookup() 226 inode = affs_iget(sb, ino); in affs_lookup() 541 static struct inode *affs_nfs_get_inode(struct super_block *sb, u64 ino, in affs_nfs_get_inode() argument 546 if (!affs_validblock(sb, ino)) in affs_nfs_get_inode() 549 inode = affs_iget(sb, ino); in affs_nfs_get_inode()
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | namei.c | 59 ino_t ino; in ext2_lookup() local 65 res = ext2_inode_by_name(dir, &dentry->d_name, &ino); in ext2_lookup() 71 inode = ext2_iget(dir->i_sb, ino); in ext2_lookup() 75 (unsigned long) ino); in ext2_lookup() 84 ino_t ino; in ext2_get_parent() local 87 res = ext2_inode_by_name(d_inode(child), &dotdot_name, &ino); in ext2_get_parent() 91 return d_obtain_alias(ext2_iget(child->d_sb, ino)); in ext2_get_parent()
|
H A D | inode.c | 1305 static struct ext2_inode *ext2_get_inode(struct super_block *sb, ino_t ino, in ext2_get_inode() argument 1315 if ((ino != EXT2_ROOT_INO && ino < EXT2_FIRST_INO(sb)) || in ext2_get_inode() 1316 ino > le32_to_cpu(EXT2_SB(sb)->s_es->s_inodes_count)) in ext2_get_inode() 1319 block_group = (ino - 1) / EXT2_INODES_PER_GROUP(sb); in ext2_get_inode() 1326 offset = ((ino - 1) % EXT2_INODES_PER_GROUP(sb)) * EXT2_INODE_SIZE(sb); in ext2_get_inode() 1338 (unsigned long) ino); in ext2_get_inode() 1343 (unsigned long) ino, block); in ext2_get_inode() 1378 struct inode *ext2_iget (struct super_block *sb, unsigned long ino) in ext2_iget() argument 1389 inode = iget_locked(sb, ino); in ext2_iget() 1508 ino_t ino = inode->i_ino; __ext2_write_inode() local [all...] |
/kernel/linux/linux-6.6/fs/openpromfs/ |
H A D | inode.c | 43 static struct inode *openprom_iget(struct super_block *sb, ino_t ino); 190 unsigned int ino; in openpromfs_lookup() local 211 ino = child->unique_id; in openpromfs_lookup() 224 ino = prop->unique_id; in openpromfs_lookup() 235 inode = openprom_iget(dir->i_sb, ino); in openpromfs_lookup() 350 static struct inode *openprom_iget(struct super_block *sb, ino_t ino) in openprom_iget() argument 352 struct inode *inode = iget_locked(sb, ino); in openprom_iget()
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | dir.c | 280 unsigned long ino; in ntfs_filldir() local 292 ino = ino_get(&e->ref); in ntfs_filldir() 294 if (ino == MFT_REC_ROOT) in ntfs_filldir() 298 if (!sbi->options->showmeta && ntfs_is_meta_file(sbi, ino)) in ntfs_filldir() 308 ino); in ntfs_filldir() 330 ino != ni->mi.rno) { in ntfs_filldir() 338 return !dir_emit(ctx, (s8 *)name, name_len, ino, dt_type); in ntfs_filldir()
|
/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);
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | dir.c | 429 res = le32_to_cpu(de->ino); in f2fs_inode_by_name() 442 de->ino = cpu_to_le32(inode->i_ino); in f2fs_set_link() 626 void f2fs_update_dentry(nid_t ino, umode_t mode, struct f2fs_dentry_ptr *d, in f2fs_update_dentry() argument 638 de->ino = cpu_to_le32(ino); in f2fs_update_dentry() 649 struct inode *inode, nid_t ino, umode_t mode) in f2fs_add_regular_entry() 720 f2fs_update_dentry(ino, mode, &d, &fname->disk_name, fname->hash, in f2fs_add_regular_entry() 746 struct inode *inode, nid_t ino, umode_t mode) in f2fs_add_dentry() 751 err = f2fs_add_inline_entry(dir, fname, inode, ino, mode); in f2fs_add_dentry() 753 err = f2fs_add_regular_entry(dir, fname, inode, ino, mod in f2fs_add_dentry() 648 f2fs_add_regular_entry(struct inode *dir, const struct f2fs_filename *fname, struct inode *inode, nid_t ino, umode_t mode) f2fs_add_regular_entry() argument 745 f2fs_add_dentry(struct inode *dir, const struct f2fs_filename *fname, struct inode *inode, nid_t ino, umode_t mode) f2fs_add_dentry() argument 763 f2fs_do_add_link(struct inode *dir, const struct qstr *name, struct inode *inode, nid_t ino, umode_t mode) f2fs_do_add_link() argument [all...] |
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | dir.c | 440 res = le32_to_cpu(de->ino); in f2fs_inode_by_name() 454 de->ino = cpu_to_le32(inode->i_ino); in f2fs_set_link() 656 void f2fs_update_dentry(nid_t ino, umode_t mode, struct f2fs_dentry_ptr *d, in f2fs_update_dentry() argument 668 de->ino = cpu_to_le32(ino); in f2fs_update_dentry() 679 struct inode *inode, nid_t ino, umode_t mode) in f2fs_add_regular_entry() 748 f2fs_update_dentry(ino, mode, &d, &fname->disk_name, fname->hash, in f2fs_add_regular_entry() 774 struct inode *inode, nid_t ino, umode_t mode) in f2fs_add_dentry() 784 err = f2fs_add_inline_entry(dir, fname, inode, ino, mode); in f2fs_add_dentry() 788 err = f2fs_add_regular_entry(dir, fname, inode, ino, mod in f2fs_add_dentry() 678 f2fs_add_regular_entry(struct inode *dir, const struct f2fs_filename *fname, struct inode *inode, nid_t ino, umode_t mode) f2fs_add_regular_entry() argument 773 f2fs_add_dentry(struct inode *dir, const struct f2fs_filename *fname, struct inode *inode, nid_t ino, umode_t mode) f2fs_add_dentry() argument 798 f2fs_do_add_link(struct inode *dir, const struct qstr *name, struct inode *inode, nid_t ino, umode_t mode) f2fs_do_add_link() argument [all...] |
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | inode.c | 123 if (likely(!(stat->ino >> xinoshift))) { in ovl_map_dev_ino() 124 stat->ino |= ((u64)fsid) << (xinoshift + 1); in ovl_map_dev_ino() 128 pr_warn_ratelimited("inode number too big (%pd2, ino=%llu, xinobits=%d)\n", in ovl_map_dev_ino() 129 dentry, stat->ino, xinobits); in ovl_map_dev_ino() 145 stat->ino = dentry->d_inode->i_ino; in ovl_map_dev_ino() 223 stat->ino = lowerstat.ino; in ovl_getattr() 972 static void ovl_map_ino(struct inode *inode, unsigned long ino, int fsid) in ovl_map_ino() argument 985 inode->i_ino = ino; in ovl_map_ino() 988 } else if (xinobits && likely(!(ino >> xinoshif in ovl_map_ino() 1011 ovl_inode_init(struct inode *inode, struct ovl_inode_params *oip, unsigned long ino, int fsid) ovl_inode_init() argument 1347 unsigned long ino = 0; ovl_get_inode() local [all...] |