/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | super.c | 1300 unsigned long ino = d_inode(lowerpath->dentry)->i_ino; in ovl_get_root() local 1324 ovl_inode_init(d_inode(root), &oip, ino, fsid); in ovl_get_root() local
|
H A D | readdir.c | 22 u64 ino; member 143 ovl_cache_entry_new(struct ovl_readdir_data *rdd, const char *name, int len, u64 ino, unsigned int d_type) ovl_cache_entry_new() argument 173 ovl_cache_entry_add_rb(struct ovl_readdir_data *rdd, const char *name, int len, u64 ino, unsigned int d_type) ovl_cache_entry_add_rb() argument 197 ovl_fill_lowest(struct ovl_readdir_data *rdd, const char *name, int namelen, loff_t offset, u64 ino, unsigned int d_type) ovl_fill_lowest() argument 253 ovl_fill_merge(struct dir_context *ctx, const char *name, int namelen, loff_t offset, u64 ino, unsigned int d_type) ovl_fill_merge() argument 429 ovl_remap_lower_ino(u64 ino, int xinobits, int fsid, const char *name, int namelen, bool warn) ovl_remap_lower_ino() argument 466 u64 ino = p->real_ino; ovl_cache_update_ino() local 533 ovl_fill_plain(struct dir_context *ctx, const char *name, int namelen, loff_t offset, u64 ino, unsigned int d_type) ovl_fill_plain() argument 654 ovl_fill_real(struct dir_context *ctx, const char *name, int namelen, loff_t offset, u64 ino, unsigned int d_type) ovl_fill_real() argument 1036 ovl_check_d_type(struct dir_context *ctx, const char *name, int namelen, loff_t offset, u64 ino, unsigned int d_type) ovl_check_d_type() argument [all...] |
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | journal.c | 55 static inline void zero_ino_node_unused(struct ubifs_ino_node *ino) in zero_ino_node_unused() argument 446 static void pack_inode(struct ubifs_info *c, struct ubifs_ino_node *ino, in pack_inode() argument 548 struct ubifs_ino_node *ino; ubifs_jnl_update() local 844 struct ubifs_ino_node *ino, *ino_start; ubifs_jnl_write_inode() local 1555 struct ubifs_ino_node *ino; ubifs_jnl_truncate() local 1723 struct ubifs_ino_node *ino; ubifs_jnl_delete_xattr() local 1844 struct ubifs_ino_node *ino; ubifs_jnl_change_xattr() local [all...] |
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | privcmd.c | 1144 static int privcmd_open(struct inode *ino, struct file *file) in privcmd_open() argument 1158 static int privcmd_release(struct inode *ino, struct file *file) in privcmd_release() argument
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | fast_commit.c | 1331 int parent_ino, dname_len, ino, inode_len; member 1488 static int ext4_fc_record_modified_inode(struct super_block *sb, int ino) in ext4_fc_record_modified_inode() argument 1525 int inode_len, ino, ret, tag = tl->fc_tag; ext4_fc_replay_inode() local 1678 ext4_fc_record_regions(struct super_block *sb, int ino, ext4_lblk_t lblk, ext4_fsblk_t pblk, int len, int replay) ext4_fc_record_regions() argument [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_icache.c | 71 xfs_inode_alloc( struct xfs_mount *mp, xfs_ino_t ino) xfs_inode_alloc() argument 597 xfs_iget_cache_miss( struct xfs_mount *mp, struct xfs_perag *pag, xfs_trans_t *tp, xfs_ino_t ino, struct xfs_inode **ipp, int flags, int lock_flags) xfs_iget_cache_miss() argument 735 xfs_iget( struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino, uint flags, uint lock_flags, struct xfs_inode **ipp) xfs_iget() argument 866 xfs_ino_t ino = ip->i_ino; /* for radix_tree_delete */ xfs_reclaim_inode() local [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_fs.h | 643 ino_t ino = (ino_t) fileid; in nfs_fileid_to_ino_t() local
|
/kernel/linux/linux-6.6/kernel/ |
H A D | audit.h | 78 unsigned long ino; member 222 static inline int audit_hash_ino(u32 ino) in audit_hash_ino() argument
|
/kernel/linux/linux-6.6/init/ |
H A D | initramfs.c | 71 int ino, minor, major; member 77 static inline int hash(int major, int minor, int ino) in hash() argument 84 static char __init *find_link(int major, int minor, int ino, in find_link() argument 178 static __initdata unsigned long ino, majo variable [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | dso.h | 134 u64 ino; member
|
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_watchdog.c | 841 static int ipmi_open(struct inode *ino, struct file *filep) in ipmi_open() argument 884 static int ipmi_close(struct inode *ino, struct file *filep) in ipmi_close() argument
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | osf_sys.c | 111 osf_filldir(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) osf_filldir() argument
|
/kernel/linux/linux-5.10/tools/vm/ |
H A D | page-types.c | 911 unsigned long ino; in parse_pid() local
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | osf_sys.c | 112 osf_filldir(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) osf_filldir() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 73 u32 ino; member
|
/kernel/linux/linux-5.10/drivers/sbus/char/ |
H A D | oradax.c | 522 static int dax_close(struct inode *ino, struct file *f) in dax_close() argument
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | cache.c | 996 static int cache_ioctl(struct inode *ino, struct file *filp, in cache_ioctl() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | quota.h | 406 unsigned long long ino; /* Inode number of quota file */ member
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | selinuxfs.c | 208 ino_t ino = file_inode(filp)->i_ino; in sel_read_handle_unknown() local 873 ino_t ino = file_inode(file)->i_ino; in selinux_transaction_write() local 1802 static inline u16 sel_ino_to_class(unsigned long ino) in sel_ino_to_class() argument 1812 sel_ino_to_perm(unsigned long ino) sel_ino_to_perm() argument 1820 unsigned long ino = file_inode(file)->i_ino; sel_read_class() local 1834 unsigned long ino = file_inode(file)->i_ino; sel_read_perm() local 2007 sel_make_dir(struct dentry *dir, const char *name, unsigned long *ino) sel_make_dir() argument 2034 sel_make_disconnected_dir(struct super_block *sb, unsigned long *ino) sel_make_disconnected_dir() argument [all...] |
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/ |
H A D | event.h | 30 __u64 ino; member
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dtree.c | 2970 int ino; member 2075 dtDelete(tid_t tid, struct inode *ip, struct component_name * key, ino_t * ino, int flag) dtDelete() argument
|
/kernel/linux/linux-5.10/fs/ |
H A D | libfs.c | 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/nilfs2/ |
H A D | segment.c | 1599 ino_t ino = 0; in nilfs_segctor_update_payload_blocknr() local 2192 void nilfs_flush_segment(struct super_block *sb, ino_t ino) in nilfs_flush_segment() argument
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | node.c | 387 bool f2fs_need_inode_block_update(struct f2fs_sb_info *sbi, nid_t ino) in f2fs_need_inode_block_update() argument 1421 flush_inline_data(struct f2fs_sb_info *sbi, nid_t ino) flush_inline_data() argument 1457 last_fsync_dnode(struct f2fs_sb_info *sbi, nid_t ino) last_fsync_dnode() argument 1680 nid_t ino = inode->i_ino; f2fs_fsync_node_pages() local 1789 f2fs_match_ino(struct inode *inode, unsigned long ino, void *data) f2fs_match_ino() argument 1817 nid_t ino = ino_of_node(page); flush_dirty_inode() local 2675 nid_t ino = ino_of_node(page); f2fs_recover_inode_page() local [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | protocol.h | 199 __le64 ino; member 365 __le64 ino; member
|