Home
last modified time | relevance | path

Searched refs:ino (Results 751 - 775 of 968) sorted by relevance

1...<<313233343536373839

/kernel/linux/linux-5.10/fs/sharefs/
H A Dinode.c25 stat->ino = d_inode(path->dentry)->i_ino; in sharefs_getattr()
/kernel/linux/linux-6.6/fs/affs/
H A Daffs.h192 unsigned long ino);
/kernel/linux/linux-6.6/fs/btrfs/
H A Dbackref.h133 bool (*skip_data_ref)(u64 root, u64 ino, u64 offset, void *user_ctx);
H A Drelocation.c1528 u64 ino; in invalidate_extent_cache() local
1543 ino = btrfs_ino(BTRFS_I(inode)); in invalidate_extent_cache()
1545 if (ino > max_key->objectid) { in invalidate_extent_cache()
1550 objectid = ino + 1; in invalidate_extent_cache()
1554 if (unlikely(min_key->objectid == ino)) { in invalidate_extent_cache()
1567 if (unlikely(max_key->objectid == ino)) { in invalidate_extent_cache()
3368 u64 ino) in delete_block_group_cache()
3377 inode = btrfs_iget(fs_info->sb, ino, root); in delete_block_group_cache()
3365 delete_block_group_cache(struct btrfs_fs_info *fs_info, struct btrfs_block_group *block_group, struct inode *inode, u64 ino) delete_block_group_cache() argument
/kernel/linux/linux-6.6/fs/hostfs/
H A Dhostfs_user.c23 p->ino = buf->st_ino; in stat64_to_hostfs()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_device_view.h44 uint64_t ino; member
/kernel/linux/linux-6.6/fs/hpfs/
H A Dhpfs_fn.h298 dnode_secno hpfs_fnode_dno(struct super_block *s, ino_t ino);
/kernel/linux/linux-6.6/fs/kernfs/
H A Dmount.c105 id = ((u64)fid->i32.gen << 32) | fid->i32.ino; in __kernfs_fh_to_dentry()
/kernel/linux/linux-6.6/fs/sharefs/
H A Dinode.c25 stat->ino = d_inode(path->dentry)->i_ino; in sharefs_getattr()
/kernel/linux/linux-6.6/include/linux/
H A Dquota.h406 unsigned long long ino; /* Inode number of quota file */ member
/kernel/linux/linux-6.6/tools/lib/perf/include/perf/
H A Devent.h32 __u64 ino; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddso.h134 u64 ino; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dperf_event.h345 __u64 ino; member
/third_party/selinux/libselinux/include/selinux/
H A Dselinux.h524 extern int matchpathcon_filespec_add(ino_t ino, int specind, const char *file);
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsegment.c1599 ino_t ino = 0; in nilfs_segctor_update_payload_blocknr() local
1615 ino = le64_to_cpu(finfo->fi_ino); in nilfs_segctor_update_payload_blocknr()
1623 else if (ino == NILFS_DAT_INO) in nilfs_segctor_update_payload_blocknr()
1992 "log writer: error %d getting inode block (ino=%lu)", in nilfs_segctor_collect_dirty_files()
2190 * @ino: inode number of the file to be flushed out.
2192 void nilfs_flush_segment(struct super_block *sb, ino_t ino) in nilfs_flush_segment() argument
2199 nilfs_segctor_do_flush(sci, NILFS_MDT_INODE(sb, ino) ? ino : 0); in nilfs_flush_segment()
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dsegment.c1596 ino_t ino = 0; in nilfs_segctor_update_payload_blocknr() local
1612 ino = le64_to_cpu(finfo->fi_ino); in nilfs_segctor_update_payload_blocknr()
1620 else if (ino == NILFS_DAT_INO) in nilfs_segctor_update_payload_blocknr()
1989 "log writer: error %d getting inode block (ino=%lu)", in nilfs_segctor_collect_dirty_files()
2187 * @ino: inode number of the file to be flushed out.
2189 void nilfs_flush_segment(struct super_block *sb, ino_t ino) in nilfs_flush_segment() argument
2196 nilfs_segctor_do_flush(sci, NILFS_MDT_INODE(sb, ino) ? ino : 0); in nilfs_flush_segment()
/kernel/linux/linux-6.6/include/trace/events/
H A Dsunrpc.h852 __field(unsigned long long, ino)
869 __entry->ino = (unsigned long long)inode->i_ino;
876 __entry->ino,
907 __field(unsigned long long, ino)
924 __entry->ino = (unsigned long long)inode->i_ino;
932 __entry->ino,
/kernel/linux/linux-5.10/fs/btrfs/
H A Drelocation.c1500 u64 ino; in invalidate_extent_cache() local
1513 ino = btrfs_ino(BTRFS_I(inode)); in invalidate_extent_cache()
1515 if (ino > max_key->objectid) { in invalidate_extent_cache()
1520 objectid = ino + 1; in invalidate_extent_cache()
1524 if (unlikely(min_key->objectid == ino)) { in invalidate_extent_cache()
1537 if (unlikely(max_key->objectid == ino)) { in invalidate_extent_cache()
2995 u64 ino) in delete_block_group_cache()
3004 inode = btrfs_iget(fs_info->sb, ino, root); in delete_block_group_cache()
2992 delete_block_group_cache(struct btrfs_fs_info *fs_info, struct btrfs_block_group *block_group, struct inode *inode, u64 ino) delete_block_group_cache() argument
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dpci_schizo.c824 static int pbm_routes_this_ino(struct pci_pbm_info *pbm, u32 ino) in pbm_routes_this_ino() argument
826 ino &= IMAP_INO; in pbm_routes_this_ino()
828 if (pbm->ino_bitmap & (1UL << ino)) in pbm_routes_this_ino()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dpci_schizo.c824 static int pbm_routes_this_ino(struct pci_pbm_info *pbm, u32 ino) in pbm_routes_this_ino() argument
826 ino &= IMAP_INO; in pbm_routes_this_ino()
828 if (pbm->ino_bitmap & (1UL << ino)) in pbm_routes_this_ino()
/kernel/linux/linux-5.10/fs/
H A Dlibfs.c1022 (struct super_block *sb, u64 ino, u32 gen)) in generic_fh_to_dentry()
1032 inode = get_inode(sb, fid->i32.ino, fid->i32.gen); in generic_fh_to_dentry()
1055 (struct super_block *sb, u64 ino, u32 gen)) in generic_fh_to_parent()
1020 generic_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type, struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen)) generic_fh_to_dentry() argument
1053 generic_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type, struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen)) generic_fh_to_parent() argument
/kernel/linux/linux-5.10/fs/nfs/filelayout/
H A Dfilelayout.c459 dprintk("--> %s ino %lu pgbase %u req %zu@%llu\n", in filelayout_read_pagelist()
517 dprintk("%s ino %lu sync %d req %zu@%llu DS: %s cl_count %d\n", in filelayout_write_pagelist()
837 fl_pnfs_update_layout(struct inode *ino, in fl_pnfs_update_layout() argument
850 lseg = pnfs_update_layout(ino, ctx, pos, count, iomode, strict_iomode, in fl_pnfs_update_layout()
855 lo = NFS_I(ino)->layout; in fl_pnfs_update_layout()
1005 dprintk("%s ino %lu, how %d cl_count %d\n", __func__, in filelayout_initiate_commit()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_dquot.c89 dq->q_ino.softlimit = defq->ino.soft; in xfs_qm_adjust_dqlimits()
91 dq->q_ino.hardlimit = defq->ino.hard; in xfs_qm_adjust_dqlimits()
171 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_ino, &defq->ino); in xfs_qm_adjust_dqtimers()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dsuper.c1300 unsigned long ino = d_inode(lowerpath->dentry)->i_ino; in ovl_get_root() local
1313 ino = d_inode(upperdentry)->i_ino; in ovl_get_root()
1324 ovl_inode_init(d_inode(root), &oip, ino, fsid); in ovl_get_root() local
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_dquot.c89 dq->q_ino.softlimit = defq->ino.soft; in xfs_qm_adjust_dqlimits()
91 dq->q_ino.hardlimit = defq->ino.hard; in xfs_qm_adjust_dqlimits()
168 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_ino, &defq->ino); in xfs_qm_adjust_dqtimers()

Completed in 44 milliseconds

1...<<313233343536373839