/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | scan.c | 185 struct ubifs_ino_node *ino = buf; in ubifs_add_snod() local 207 key_read(c, &ino->key, &snod->key); in ubifs_add_snod()
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | protocol.h | 199 __le64 ino; member 365 __le64 ino; member
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | xdr3.h | 305 loff_t offset, u64 ino, unsigned int d_type); 307 loff_t offset, u64 ino, unsigned int d_type);
|
/kernel/linux/linux-6.6/fs/ |
H A D | nsfs.c | 239 * ns_match() - Returns true if current namespace matches dev/ino provided. 242 * @ino: ino_t from nsfs that will be matched against current nsfs 244 * Return: true if dev and ino matches the current nsfs. 246 bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino) in ns_match() argument 248 return (ns->inum == ino) && (nsfs_mnt->mnt_sb->s_dev == dev); in ns_match()
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | os-linux.h | 116 int jffs2_flash_writev(struct jffs2_sb_info *c, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen, uint32_t ino); 125 int jffs2_flush_wbuf_gc(struct jffs2_sb_info *c, uint32_t ino);
|
H A D | read.c | 164 jffs2_dbg(1, "%s(): ino #%u, range 0x%08x-0x%08x\n", in jffs2_read_inode_range() 165 __func__, f->inocache->ino, offset, offset + len); in jffs2_read_inode_range() 181 jffs2_dbg(1, "Eep. Hole in ino #%u fraglist. frag->ofs = 0x%08x, offset = 0x%08x\n", in jffs2_read_inode_range() 182 f->inocache->ino, frag->ofs, offset); in jffs2_read_inode_range()
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | file.c | 83 int lower_namelen, loff_t offset, u64 ino, unsigned int d_type) in ecryptfs_filldir() 114 res = dir_emit(buf->caller, name, name_size, ino, d_type); in ecryptfs_filldir() 82 ecryptfs_filldir(struct dir_context *ctx, const char *lower_name, int lower_namelen, loff_t offset, u64 ino, unsigned int d_type) ecryptfs_filldir() argument
|
/kernel/linux/linux-6.6/fs/efs/ |
H A D | inode.c | 50 struct inode *efs_iget(struct super_block *super, unsigned long ino) in efs_iget() argument 62 inode = iget_locked(super, ino); in efs_iget()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | inode.c | 24 struct inode *jfs_iget(struct super_block *sb, unsigned long ino) in jfs_iget() argument 29 inode = iget_locked(sb, ino); in jfs_iget()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | scan.c | 185 struct ubifs_ino_node *ino = buf; in ubifs_add_snod() local 207 key_read(c, &ino->key, &snod->key); in ubifs_add_snod()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_dir2_priv.h | 164 void xfs_dir2_sf_put_parent_ino(struct xfs_dir2_sf_hdr *hdr, xfs_ino_t ino); 182 struct xfs_dir2_sf_entry *sfep, xfs_ino_t ino);
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | namei.c | 338 u64 ino, u32 generation) in ntfs_nfs_get_inode() 342 inode = ntfs_iget(sb, ino); in ntfs_nfs_get_inode() 337 ntfs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) ntfs_nfs_get_inode() argument
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_dentryfile.h | 324 * @ino: origin 32 bit inode number 331 static inline uint64_t generate_u64_ino(unsigned long ino, in generate_u64_ino() argument 334 return (uint64_t)ino | ((uint64_t)generation << 32); in generate_u64_ino()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | sys_ia32.c | 141 unsafe_put_user(stat->ino, &ubuf->__st_ino, Efault); in cp_stat64() 142 unsafe_put_user(stat->ino, &ubuf->st_ino, Efault); in cp_stat64()
|
/kernel/linux/linux-6.6/security/integrity/evm/ |
H A D | evm_crypto.c | 146 unsigned long ino; in hmac_add_misc() member 158 hmac_misc.ino = inode->i_ino; in hmac_add_misc()
|
/third_party/rust/crates/rustix/src/io/ |
H A D | procfs.rs | 441 if entry.ino() == file_stat.st_ino in open_and_check_file() 450 } else if entry.ino() == dir_stat.st_ino in open_and_check_file()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 73 u32 ino; member 237 if (bpf_core_field_exists(node52->id.ino)) { in get_inode_from_kernfs() 239 return BPF_CORE_READ(node52, id.ino); in get_inode_from_kernfs() 540 u64 ino = BPF_CORE_READ(file_dentry, d_inode, i_ino); in is_dentry_allowed_for_filemod() 541 *file_ino = ino; in is_dentry_allowed_for_filemod() 542 bool* allowed_file = bpf_map_lookup_elem(&allowed_file_inodes, &ino); in is_dentry_allowed_for_filemod()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | quota_local.c | 166 unsigned int ino[OCFS2_MAXQUOTAS] = { USER_QUOTA_SYSTEM_INODE, in ocfs2_local_check_quota_file() local 199 ginode = ocfs2_get_system_file_inode(OCFS2_SB(sb), ino[type], in ocfs2_local_check_quota_file() 391 unsigned int ino[OCFS2_MAXQUOTAS] = { LOCAL_USER_QUOTA_SYSTEM_INODE, in ocfs2_begin_quota_recovery() local 414 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num); in ocfs2_begin_quota_recovery() 586 unsigned int ino[OCFS2_MAXQUOTAS] = { LOCAL_USER_QUOTA_SYSTEM_INODE, in ocfs2_finish_quota_recovery() local 605 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num); in ocfs2_finish_quota_recovery()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | extent_cache.c | 47 f2fs_warn(sbi, "%s: inode (ino=%lx) extent info [%u, %u, %u] is incorrect, run fsck to fix", in sanity_check_extent_cache() 330 nid_t ino = inode->i_ino; in __grab_extent_tree() local 333 et = radix_tree_lookup(&eti->extent_tree_root, ino); in __grab_extent_tree() 337 f2fs_radix_tree_insert(&eti->extent_tree_root, ino, et); in __grab_extent_tree() 339 et->ino = ino; in __grab_extent_tree() 920 radix_tree_delete(&eti->extent_tree_root, et->ino); in __shrink_extent_tree()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | quota_local.c | 166 unsigned int ino[OCFS2_MAXQUOTAS] = { USER_QUOTA_SYSTEM_INODE, in ocfs2_local_check_quota_file() local 199 ginode = ocfs2_get_system_file_inode(OCFS2_SB(sb), ino[type], in ocfs2_local_check_quota_file() 391 unsigned int ino[OCFS2_MAXQUOTAS] = { LOCAL_USER_QUOTA_SYSTEM_INODE, in ocfs2_begin_quota_recovery() local 414 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num); in ocfs2_begin_quota_recovery() 586 unsigned int ino[OCFS2_MAXQUOTAS] = { LOCAL_USER_QUOTA_SYSTEM_INODE, in ocfs2_finish_quota_recovery() local 605 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num); in ocfs2_finish_quota_recovery()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 72 u32 ino; member 237 if (bpf_core_field_exists(node52->id.ino)) { in get_inode_from_kernfs() 239 return BPF_CORE_READ(node52, id.ino); in get_inode_from_kernfs() 545 u64 ino = BPF_CORE_READ(file_dentry, d_inode, i_ino); in is_dentry_allowed_for_filemod() 546 *file_ino = ino; in is_dentry_allowed_for_filemod() 547 bool* allowed_file = bpf_map_lookup_elem(&allowed_file_inodes, &ino); in is_dentry_allowed_for_filemod()
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/ |
H A D | index.js | 241 #ino; 242 get ino() { 243 return this.#ino; 887 * information, such as `mode`, `dev`, `nlink`, and `ino`. If that 923 const { atime, atimeMs, birthtime, birthtimeMs, blksize, blocks, ctime, ctimeMs, dev, gid, ino, mode, mtime, mtimeMs, nlink, rdev, size, uid, } = st; 934 this.#ino = ino; 1532 * information, such as `mode`, `dev`, `nlink`, and `ino`. If that
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/ |
H A D | index.js | 213 #ino; 214 get ino() { 215 return this.#ino; 859 * information, such as `mode`, `dev`, `nlink`, and `ino`. If that 895 const { atime, atimeMs, birthtime, birthtimeMs, blksize, blocks, ctime, ctimeMs, dev, gid, ino, mode, mtime, mtimeMs, nlink, rdev, size, uid, } = st; 906 this.#ino = ino; 1501 * information, such as `mode`, `dev`, `nlink`, and `ino`. If that
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | dir.c | 28 loff_t fpos, u64 ino, unsigned dtype); 30 loff_t fpos, u64 ino, unsigned dtype); 537 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_one_filldir() 544 (unsigned long long) ino, dtype); in afs_lookup_one_filldir() 556 cookie->fid.vnode = ino; in afs_lookup_one_filldir() 606 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_filldir() 614 (unsigned long long) ino, dtype); in afs_lookup_filldir() 622 cookie->fids[cookie->nr_fids].vnode = ino; in afs_lookup_filldir() 628 cookie->fids[1].vnode = ino; in afs_lookup_filldir() 536 afs_lookup_one_filldir(struct dir_context *ctx, const char *name, int nlen, loff_t fpos, u64 ino, unsigned dtype) afs_lookup_one_filldir() argument 605 afs_lookup_filldir(struct dir_context *ctx, const char *name, int nlen, loff_t fpos, u64 ino, unsigned dtype) afs_lookup_filldir() argument
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | dir.c | 28 loff_t fpos, u64 ino, unsigned dtype); 30 loff_t fpos, u64 ino, unsigned dtype); 577 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_one_filldir() 584 (unsigned long long) ino, dtype); in afs_lookup_one_filldir() 596 cookie->fid.vnode = ino; in afs_lookup_one_filldir() 645 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_filldir() 652 (unsigned long long) ino, dtype); in afs_lookup_filldir() 660 cookie->fids[cookie->nr_fids].vnode = ino; in afs_lookup_filldir() 666 cookie->fids[1].vnode = ino; in afs_lookup_filldir() 576 afs_lookup_one_filldir(struct dir_context *ctx, const char *name, int nlen, loff_t fpos, u64 ino, unsigned dtype) afs_lookup_one_filldir() argument 644 afs_lookup_filldir(struct dir_context *ctx, const char *name, int nlen, loff_t fpos, u64 ino, unsigned dtype) afs_lookup_filldir() argument
|