Home
last modified time | relevance | path

Searched refs:ino (Results 801 - 825 of 937) sorted by relevance

1...<<3132333435363738

/kernel/linux/linux-6.6/fs/hmdfs/
H A Dinode_cloud.c429 stat->ino = inode->i_ino; in hmdfs_get_cached_attr_cloud()
H A Dinode_local.c175 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 Dhfsplus_fs.h507 struct inode *hfsplus_iget(struct super_block *sb, unsigned long ino);
/kernel/linux/linux-6.6/fs/jffs2/
H A Derase.c249 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 Dcrypto.c240 ret = kstrtou64(inode_number, 10, &vino.ino); in parse_longname()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_fs.h454 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 Dxfs_inode.h548 struct xfs_inode *pip, xfs_ino_t ino, umode_t mode,
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dperf_event.h819 __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 Dperf_event.h819 __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 Dperf_event.h310 __u64 ino; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dperf_event.h310 __u64 ino; member
/third_party/libbpf/include/uapi/linux/
H A Dperf_event.h819 __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 Dcxgb4_debugfs.c1284 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 Dcxgb4_debugfs.c1284 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 Dsuper.c585 __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 Dsuper.c653 __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 Dsession.c597 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 Ddir.c135 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 Ddir.c139 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 Dsynthetic-events.c217 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 Ddir.c709 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 Dquota_global.c341 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 Dinode_local.c175 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 Ddir.c709 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 Dntfs_fs.h806 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,

Completed in 62 milliseconds

1...<<3132333435363738