/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | inode_cloud.c | 429 stat->ino = inode->i_ino; in hmdfs_get_cached_attr_cloud()
|
H A D | inode_local.c | 175 int namelen, loff_t offset, u64 ino, in hmdfs_name_match() 930 stat->ino = d_inode(path->dentry)->i_ino; in hmdfs_getattr_local() 174 hmdfs_name_match(struct dir_context *ctx, const char *name, int namelen, loff_t offset, u64 ino, unsigned int d_type) hmdfs_name_match() argument
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | hfsplus_fs.h | 507 struct inode *hfsplus_iget(struct super_block *sb, unsigned long ino);
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | erase.c | 249 jffs2_dbg(1, "Removed nodes in range 0x%08x-0x%08x from ino #%u\n", in jffs2_remove_node_refs_from_ino_list() 250 jeb->offset, jeb->offset + c->sector_size, ic->ino); in jffs2_remove_node_refs_from_ino_list()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | crypto.c | 240 ret = kstrtou64(inode_number, 10, &vino.ino); in parse_longname()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 454 uint64_t ino; /* I/O: start with this inode */ member 463 * Only return results from the specified @agno. If @ino is zero, start 469 * Return bulkstat information for a single inode, where @ino value is a
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_inode.h | 548 struct xfs_inode *pip, xfs_ino_t ino, umode_t mode,
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | perf_event.h | 819 __u64 ino; member 1027 * maj, min, ino numbers to be used to uniquely identify each mapping 1040 * u64 ino;
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | perf_event.h | 819 __u64 ino; member 1027 * maj, min, ino numbers to be used to uniquely identify each mapping 1040 * u64 ino;
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | perf_event.h | 310 __u64 ino; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | perf_event.h | 310 __u64 ino; member
|
/third_party/libbpf/include/uapi/linux/ |
H A D | perf_event.h | 819 __u64 ino; member 1027 * maj, min, ino numbers to be used to uniquely identify each mapping 1040 * u64 ino;
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 1284 const struct inode *ino; in mbox_write() local 1301 ino = file_inode(file); in mbox_write() 1302 mbox = (uintptr_t)ino->i_private & 7; in mbox_write() 1303 adap = ino->i_private - mbox; in mbox_write() 1417 const struct inode *ino; in mps_trc_write() local 1423 ino = file_inode(file); in mps_trc_write() 1424 trcidx = (uintptr_t)ino->i_private & 3; in mps_trc_write() 1425 adap = ino->i_private - trcidx; in mps_trc_write()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 1284 const struct inode *ino; in mbox_write() local 1301 ino = file_inode(file); in mbox_write() 1302 mbox = (uintptr_t)ino->i_private & 7; in mbox_write() 1303 adap = ino->i_private - mbox; in mbox_write() 1417 const struct inode *ino; in mps_trc_write() local 1423 ino = file_inode(file); in mps_trc_write() 1424 trcidx = (uintptr_t)ino->i_private & 3; in mps_trc_write() 1425 adap = ino->i_private - trcidx; in mps_trc_write()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 585 __u32 ino, __u64 block, in save_error_info() 598 sbi->s_last_error_ino = ino; in save_error_info() 605 sbi->s_first_error_ino = ino; in save_error_info() 634 __u32 ino, __u64 block, in ext4_handle_error() 651 save_error_info(sb, error, ino, block, func, line); in ext4_handle_error() 957 unsigned long ino, ext4_fsblk_t block, 975 if (ino) in __releases() 976 printk(KERN_CONT "inode %lu: ", ino); in __releases() 989 save_error_info(sb, EFSCORRUPTED, ino, block, function, in __releases() 996 ext4_handle_error(sb, false, EFSCORRUPTED, ino, bloc in __releases() 584 save_error_info(struct super_block *sb, int error, __u32 ino, __u64 block, const char *func, unsigned int line) save_error_info() argument 633 ext4_handle_error(struct super_block *sb, bool force_ro, int error, __u32 ino, __u64 block, const char *func, unsigned int line) ext4_handle_error() argument 1415 ext4_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) ext4_nfs_get_inode() argument [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | super.c | 653 __u32 ino, __u64 block, in save_error_info() 666 sbi->s_last_error_ino = ino; in save_error_info() 673 sbi->s_first_error_ino = ino; in save_error_info() 702 __u32 ino, __u64 block, in ext4_handle_error() 719 save_error_info(sb, error, ino, block, func, line); in ext4_handle_error() 1049 unsigned long ino, ext4_fsblk_t block, 1067 if (ino) in __releases() 1068 printk(KERN_CONT "inode %lu: ", ino); in __releases() 1081 save_error_info(sb, EFSCORRUPTED, ino, block, function, in __releases() 1088 ext4_handle_error(sb, false, EFSCORRUPTED, ino, bloc in __releases() 652 save_error_info(struct super_block *sb, int error, __u32 ino, __u64 block, const char *func, unsigned int line) save_error_info() argument 701 ext4_handle_error(struct super_block *sb, bool force_ro, int error, __u32 ino, __u64 block, const char *func, unsigned int line) ext4_handle_error() argument 1534 ext4_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) ext4_nfs_get_inode() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | session.c | 597 event->mmap2.ino = bswap_64(event->mmap2.ino); in perf_event__mmap2_swap() 707 ns->ino = bswap_64(ns->ino); in perf_event__namespaces_swap()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | dir.c | 135 u64 ino; member 228 cache_entry->ino = entry->ino; in nfs_readdir_add_to_array() 812 nfs_compat_user_ino64(ent->ino), ent->d_type)) { in nfs_do_filldir()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | dir.c | 139 u64 ino; member 331 cache_entry->ino = entry->ino; in nfs_readdir_folio_array_append() 1105 nfs_compat_user_ino64(ent->ino), ent->d_type)) { in nfs_do_filldir()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | synthetic-events.c | 217 ns_link_info->ino = st.st_ino; in perf_event__get_ns_link_info() 384 id.ino = event->ino; in perf_record_mmap2__read_build_id() 472 &event->mmap2.ino, in perf_event__synthesize_mmap_events()
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | dir.c | 709 loff_t offset, u64 ino, unsigned int d_type) \ 746 put_user(ino, &d2->d_ino) || \
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | quota_global.c | 341 unsigned int ino[OCFS2_MAXQUOTAS] = { USER_QUOTA_SYSTEM_INODE, in ocfs2_global_read_info() local 350 gqinode = ocfs2_get_system_file_inode(OCFS2_SB(sb), ino[type], in ocfs2_global_read_info()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_local.c | 175 int namelen, loff_t offset, u64 ino, in hmdfs_name_match() 922 stat->ino = d_inode(path->dentry)->i_ino; in hmdfs_getattr_local() 174 hmdfs_name_match(struct dir_context *ctx, const char *name, int namelen, loff_t offset, u64 ino, unsigned int d_type) hmdfs_name_match() argument
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | dir.c | 709 loff_t offset, u64 ino, unsigned int d_type) \ 746 put_user(ino, &d2->d_ino) || \
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | ntfs_fs.h | 806 int run_unpack(struct runs_tree *run, struct ntfs_sb_info *sbi, CLST ino, 811 int run_unpack_ex(struct runs_tree *run, struct ntfs_sb_info *sbi, CLST ino,
|