| /linux/arch/sparc/kernel/ |
| A D | prom_irqtrans.c | 41 ((ino & 0x20) ? (PSYCHO_ICLR_SCSI + (((ino) & 0x1f) << 3)) : \ 53 ino &= 0x3f; in psycho_irq_build() 180 ((ino & 0x20) ? (SABRE_ICLR_SCSI + (((ino) & 0x1f) << 3)) : \ 234 ino &= 0x3f; in sabre_irq_build() 390 ino &= 0x3f; in schizo_irq_build() 520 ino &= 0x3f; in fire_irq_build() 539 ino -= int_ctrlr; in fire_irq_build() 659 ino &= 0x3f; in sbus_of_build_irq() 665 if (ino < 0x20) in sbus_of_build_irq() 671 ino); in sbus_of_build_irq() [all …]
|
| /linux/fs/xfs/scrub/ |
| A D | inode.c | 215 xfs_ino_t ino, in xchk_inode_extsize() argument 251 xfs_ino_t ino, in xchk_inode_cowextsize() argument 270 xfs_ino_t ino, in xchk_inode_flags() argument 307 xchk_ino_set_corrupt(sc, ino); in xchk_inode_flags() 315 xfs_ino_t ino, in xchk_inode_flags2() argument 361 xfs_ino_t ino, in xchk_dinode_nsec() argument 377 xfs_ino_t ino) in xchk_dinode() argument 419 xchk_ino_set_preen(sc, ino); in xchk_dinode() 608 xfs_ino_t ino) in xchk_inode_xref_finobt() argument 685 xfs_ino_t ino, in xchk_inode_xref() argument [all …]
|
| A D | trace.h | 163 __entry->ino, 394 __entry->ino = ino; 1315 __entry->ino = ino; 1436 __entry->ino = ino; 1484 __entry->ino = ino; 1509 __entry->ino = ino; 1536 __entry->ino = ino; 1566 __entry->ino = ino; 3052 __entry->ino = ino; 3113 __entry->ino = ino; [all …]
|
| A D | dir_repair.c | 100 xfs_ino_t ino; member 216 xfs_ino_t ino; in xrep_dir_lookup_parent() local 229 return ino; in xrep_dir_lookup_parent() 260 xfs_ino_t ino; in xrep_dir_find_parent() local 298 xfs_ino_t ino) in xrep_dir_want_salvage() argument 327 xfs_ino_t ino) in xrep_dir_stash_createname() argument 331 .ino = ino, in xrep_dir_stash_createname() 354 xfs_ino_t ino) in xrep_dir_stash_removename() argument 358 .ino = ino, in xrep_dir_stash_removename() 791 if (ino != dirent->ino) { in xrep_dir_replay_update() [all …]
|
| /linux/fs/affs/ |
| A D | dir.c | 21 unsigned long ino; member 88 u32 ino; in affs_readdir() local 94 data->ino = 0; in affs_readdir() 115 ino = data->ino; in affs_readdir() 123 fh_bh = affs_bread(sb, ino); in affs_readdir() 133 if (ino) in affs_readdir() 139 if (!ino) in affs_readdir() 144 fh_bh = affs_bread(sb, ino); in affs_readdir() 147 "Cannot read block %d", ino); in affs_readdir() 163 } while (ino); in affs_readdir() [all …]
|
| /linux/fs/autofs/ |
| A D | expire.c | 17 if (ino == NULL) in autofs_can_expire() 59 struct autofs_info *ino; in autofs_mount_busy() local 62 ino->last_used = jiffies; in autofs_mount_busy() 160 struct autofs_info *ino; in autofs_direct_busy() local 163 if (ino) in autofs_direct_busy() 164 ino->last_used = jiffies; in autofs_direct_busy() 277 struct autofs_info *ino; in autofs_expire_direct() local 371 if (autofs_empty(ino)) in should_expire() 427 struct autofs_info *ino; in autofs_expire_indirect() local 542 struct autofs_info *ino; in autofs_expire_run() local [all …]
|
| A D | root.c | 70 struct autofs_info *ino; in autofs_del_active() local 116 if (!ino) in autofs_dentry_release() 128 autofs_free_ino(ino); in autofs_dentry_release() 151 active = ino->dentry; in autofs_lookup_active() 527 if (!ino) in autofs_lookup() 537 ino->dentry = dentry; in autofs_lookup() 578 BUG_ON(!ino); in autofs_dir_symlink() 631 dput(ino->dentry); in autofs_dir_unlink() 700 if (ino->count != 1) in autofs_dir_rmdir() 713 dput(ino->dentry); in autofs_dir_rmdir() [all …]
|
| A D | autofs_i.h | 96 u64 ino; member 157 return ino->count < 2; in autofs_empty() 267 if (ino) { in __autofs_add_expiring() 268 if (list_empty(&ino->expiring)) in __autofs_add_expiring() 269 list_add(&ino->expiring, &sbi->expiring_list); in __autofs_add_expiring() 278 if (ino) { in autofs_add_expiring() 280 if (list_empty(&ino->expiring)) in autofs_add_expiring() 281 list_add(&ino->expiring, &sbi->expiring_list); in autofs_add_expiring() 291 if (ino) { in autofs_del_expiring() 293 if (!list_empty(&ino->expiring)) in autofs_del_expiring() [all …]
|
| A D | inode.c | 14 struct autofs_info *ino; in autofs_new_ino() local 16 ino = kzalloc(sizeof(*ino), GFP_KERNEL); in autofs_new_ino() 17 if (ino) { in autofs_new_ino() 20 ino->last_used = jiffies; in autofs_new_ino() 21 ino->sbi = sbi; in autofs_new_ino() 22 ino->exp_timeout = -1; in autofs_new_ino() 23 ino->count = 1; in autofs_new_ino() 25 return ino; in autofs_new_ino() 32 ino->exp_timeout = -1; in autofs_clean_ino() 38 kfree_rcu(ino, rcu); in autofs_free_ino() [all …]
|
| /linux/fs/sysv/ |
| A D | ialloc.c | 76 int i = 0, ino; in refill_free_cache() local 78 ino = SYSV_ROOT_INO+1; in refill_free_cache() 82 while (ino <= sbi->s_ninodes) { in refill_free_cache() 105 unsigned int ino; in sysv_free_inode() local 111 ino = inode->i_ino; in sysv_free_inode() 112 if (ino <= SYSV_ROOT_INO || ino > sbi->s_ninodes) { in sysv_free_inode() 141 sysv_ino_t ino; in sysv_new_inode() local 162 ino = *sv_sb_fic_inode(sb,--count); in sysv_new_inode() 187 int ino, count, sb_count; in sysv_count_free_inodes() local 198 ino = SYSV_ROOT_INO+1; in sysv_count_free_inodes() [all …]
|
| /linux/security/ipe/ |
| A D | eval.c | 24 #define INO_BLOCK_DEV(ino) ((ino)->i_sb->s_bdev) argument 46 if (INO_BLOCK_DEV(ino)) in build_ipe_bdev_ctx() 60 ctx->ipe_inode = ipe_inode(ctx->ino); in build_ipe_inode_blob_ctx() 76 ctx->ino = ino; in build_ipe_inode_ctx() 77 build_ipe_inode_blob_ctx(ctx, ino); in build_ipe_inode_ctx() 97 struct inode *ino; in ipe_build_eval_ctx() local 106 build_ipe_bdev_ctx(ctx, ino); in ipe_build_eval_ctx() 107 build_ipe_inode_ctx(ctx, ino); in ipe_build_eval_ctx() 205 if (!ctx->ino) in evaluate_fsv_digest() 238 return !ctx->ino || in evaluate_fsv_sig_false() [all …]
|
| /linux/fs/minix/ |
| A D | bitmap.c | 113 if (!ino || ino > sbi->s_ninodes) { in minix_V1_raw_inode() 115 sb->s_id, (long)ino); in minix_V1_raw_inode() 118 ino--; in minix_V1_raw_inode() 139 if (!ino || ino > sbi->s_ninodes) { in minix_V2_raw_inode() 144 ino--; in minix_V2_raw_inode() 189 unsigned long ino, bit; in minix_free_inode() local 191 ino = inode->i_ino; in minix_free_inode() 192 if (ino < 1 || ino > sbi->s_ninodes) { in minix_free_inode() 196 bit = ino & ((1<<k) - 1); in minix_free_inode() 197 ino >>= k; in minix_free_inode() [all …]
|
| /linux/fs/ocfs2/ |
| A D | ocfs2_trace.h | 539 __entry->ino = ino; 1056 __entry->ino = ino; 1081 __entry->ino = ino; 1109 __entry->ino = ino; 1136 __entry->ino = ino; 1173 __entry->ino = ino; 1202 __entry->ino = ino; 1232 __entry->ino = ino; 1258 __entry->ino = ino; 1290 __entry->ino = ino; [all …]
|
| /linux/fs/hostfs/ |
| A D | hostfs_kern.c | 141 dentry = d_find_alias(ino); in inode_name() 353 HOSTFS_I(ino)->fd = fd; in hostfs_open() 517 set_nlink(ino, st->nlink); in hostfs_inode_update() 518 i_uid_write(ino, st->uid); in hostfs_inode_update() 529 ino->i_size = st->size; in hostfs_inode_update() 567 HOSTFS_I(ino)->dev = dev; in hostfs_inode_set() 568 ino->i_ino = st->ino; in hostfs_inode_set() 569 ino->i_mode = st->mode; in hostfs_inode_set() 792 name = inode_name(ino); in hostfs_permission() 796 if (S_ISCHR(ino->i_mode) || S_ISBLK(ino->i_mode) || in hostfs_permission() [all …]
|
| /linux/include/trace/events/ |
| A D | ext4.h | 143 __field( ino_t, ino ) 173 __field( ino_t, ino ) 224 __field( ino_t, ino ) 249 __field( ino_t, ino ) 271 __field( ino_t, ino ) 1737 TP_ARGS(sb, ino), 1746 __entry->ino = ino; 2411 __field(ino_t, ino) 2436 __field(ino_t, ino) 2709 __field(int, ino) [all …]
|
| A D | fs_dax.h | 15 __field(unsigned long, ino) 28 __entry->ino = inode->i_ino; 42 __entry->ino, 69 __field(unsigned long, ino) 88 __entry->ino, 110 __field(unsigned long, ino) 133 __entry->ino, 177 __entry->ino, 219 __entry->ino, 245 __entry->ino, [all …]
|
| A D | nilfs2.h | 168 unsigned long ino, 171 TP_ARGS(inode, ino, block), 175 __field(unsigned long, ino) 181 __entry->ino = ino; 187 __entry->ino, 193 unsigned long ino, 197 TP_ARGS(inode, ino, blkoff, mode), 201 __field(unsigned long, ino) 212 __entry->ino = ino; 219 __entry->ino,
|
| /linux/tools/cgroup/ |
| A D | memcg_shrinker.py | 16 ino = os.stat(path).st_ino 17 cgroups[ino] = path 32 ino = int(items[0]) 34 shrinkers.append((int(items[1]), shrinker, ino)) 50 count, name, ino = (s[0], s[1], s[2]) 54 if ino == 0 or ino == 1: 58 cg = cgroups[ino] 60 cg = "unknown (%d)" % ino
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_types.c | 100 xfs_ino_t ino) in xfs_verify_ino() argument 102 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, ino); in xfs_verify_ino() 103 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino); in xfs_verify_ino() 107 if (XFS_AGINO_TO_INO(mp, agno, agino) != ino) in xfs_verify_ino() 116 xfs_ino_t ino) in xfs_internal_inum() argument 118 return ino == mp->m_sb.sb_rbmino || ino == mp->m_sb.sb_rsumino || in xfs_internal_inum() 120 xfs_is_quota_inode(&mp->m_sb, ino)); in xfs_internal_inum() 130 xfs_ino_t ino) in xfs_verify_dir_ino() argument 132 if (xfs_internal_inum(mp, ino)) in xfs_verify_dir_ino() 134 return xfs_verify_ino(mp, ino); in xfs_verify_dir_ino()
|
| /linux/fs/jffs2/ |
| A D | build.c | 63 if (!fd->ino) in jffs2_build_inode_pass1() 68 child_ic = jffs2_get_ino_cache(c, fd->ino); in jffs2_build_inode_pass1() 71 fd->name, fd->ino, ic->ino); in jffs2_build_inode_pass1() 153 ic = jffs2_get_ino_cache(c, fd->ino); in jffs2_build_filesystem() 202 fd->name, fd->ino, ic->ino, fd->ic->pino_nlink); in jffs2_build_filesystem() 207 fd->ic->pino_nlink = ic->ino; in jffs2_build_filesystem() 269 if (!fd->ino) { in jffs2_build_remove_unlinked_inode() 280 child_ic = jffs2_get_ino_cache(c, fd->ino); in jffs2_build_remove_unlinked_inode() 283 fd->name, fd->ino); in jffs2_build_remove_unlinked_inode() 294 fd->ino, fd->name); in jffs2_build_remove_unlinked_inode() [all …]
|
| /linux/fs/iomap/ |
| A D | trace.h | 32 __field(u64, ino) 42 __entry->ino, 58 __field(u64, ino) 72 __entry->ino, 121 __field(u64, ino) 142 __entry->ino, 164 __field(u64, ino) 189 __entry->ino, 226 __entry->ino, 264 __entry->ino, [all …]
|
| /linux/fs/bfs/ |
| A D | dir.c | 54 if (de->ino) { in bfs_readdir() 57 le16_to_cpu(de->ino), in bfs_readdir() 85 unsigned long ino; in bfs_create() local 92 if (ino > info->si_lasti) { in bfs_create() 97 set_bit(ino, info->si_imap); in bfs_create() 105 inode->i_ino = ino; in bfs_create() 139 unsigned long ino = (unsigned long)le16_to_cpu(de->ino); in bfs_lookup() local 188 de->ino = 0; in bfs_unlink() 242 old_de->ino = 0; in bfs_rename() 286 if (!de->ino) { in bfs_add_entry() [all …]
|
| /linux/fs/squashfs/ |
| A D | export.c | 45 __le64 ino; in squashfs_inode_lookup() local 55 err = squashfs_read_metadata(sb, &ino, &start, &offset, sizeof(ino)); in squashfs_inode_lookup() 60 (u64) le64_to_cpu(ino)); in squashfs_inode_lookup() 62 return le64_to_cpu(ino); in squashfs_inode_lookup() 69 long long ino; in squashfs_export_iget() local 74 ino = squashfs_inode_lookup(sb, ino_num); in squashfs_export_iget() 75 if (ino >= 0) in squashfs_export_iget() 76 dentry = d_obtain_alias(squashfs_iget(sb, ino, ino_num)); in squashfs_export_iget() 89 return squashfs_export_iget(sb, fid->i32.ino); in squashfs_fh_to_dentry()
|
| /linux/fs/freevxfs/ |
| A D | vxfs_inode.c | 27 vxfs_dumpi(struct vxfs_inode_info *vip, ino_t ino) in vxfs_dumpi() argument 30 if (ino) in vxfs_dumpi() 31 printk(KERN_DEBUG "dumping vxfs inode %ld\n", ino); in vxfs_dumpi() 148 block = extent + ((ino * VXFS_ISIZE) / sbp->s_blocksize); in vxfs_blkiget() 160 vxfs_dumpi(vip, ino); in vxfs_blkiget() 189 offset = (ino % (PAGE_SIZE / VXFS_ISIZE)) * VXFS_ISIZE; in __vxfs_iget() 200 vxfs_dumpi(vip, ino); in __vxfs_iget() 207 pp, (unsigned long)ino); in __vxfs_iget() 222 vxfs_stiget(struct super_block *sbp, ino_t ino) in vxfs_stiget() argument 251 vxfs_iget(struct super_block *sbp, ino_t ino) in vxfs_iget() argument [all …]
|
| /linux/fs/ceph/ |
| A D | export.c | 16 u64 ino; member 23 u64 ino, parent_ino; member 30 u64 ino; member 74 sfh->parent_ino = sfh->ino; in ceph_encode_snapfh() 77 sfh->ino = ceph_ino(inode); in ceph_encode_snapfh() 112 cfh->ino = ceph_ino(inode); in ceph_encode_fh() 119 fh->ino = ceph_ino(inode); in ceph_encode_fh() 133 vino.ino = ino; in __lookup_inode() 220 vino.ino = sfh->parent_ino; in __snapfh_to_dentry() 228 vino.ino = sfh->ino; in __snapfh_to_dentry() [all …]
|