Home
last modified time | relevance | path

Searched defs:ino (Results 151 - 175 of 686) sorted by relevance

12345678910>>...28

/kernel/linux/linux-5.10/fs/btrfs/
H A Dexport.c215 u64 ino; in btrfs_get_name() local
H A Dprops.c247 u64 ino = btrfs_ino(BTRFS_I(inode)); in btrfs_load_inode_props() local
/kernel/linux/linux-5.10/fs/ext4/
H A Dblock_validity.c27 u32 ino; member
69 add_system_zone(struct ext4_system_blocks *system_blks, ext4_fsblk_t start_blk, unsigned int count, u32 ino) add_system_zone() argument
147 ext4_protect_reserved_inode(struct super_block *sb, struct ext4_system_blocks *system_blks, u32 ino) ext4_protect_reserved_inode() argument
[all...]
/kernel/linux/linux-5.10/fs/bfs/
H A Dinode.c34 struct inode *bfs_iget(struct super_block *sb, unsigned long ino) in bfs_iget() argument
99 static struct bfs_inode *find_inode(struct super_block *sb, u16 ino, struct buffer_head **p) in find_inode() argument
120 unsigned int ino = (u16)inode->i_ino; bfs_write_inode() local
165 unsigned long ino = inode->i_ino; bfs_evict_inode() local
[all...]
H A Ddir.c85 unsigned long ino; in bfs_create() local
139 unsigned long ino in bfs_lookup() local
267 bfs_add_entry(struct inode *dir, const struct qstr *child, int ino) bfs_add_entry() argument
[all...]
/kernel/linux/linux-5.10/fs/fat/
H A Dnfs.c44 static struct inode *fat_ilookup(struct super_block *sb, u64 ino, loff_t i_pos) in fat_ilookup() argument
56 __fat_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation, loff_t i_pos) __fat_nfs_get_inode() argument
92 fat_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) fat_nfs_get_inode() argument
/kernel/linux/linux-5.10/fs/efs/
H A Dinode.c48 struct inode *efs_iget(struct super_block *super, unsigned long ino) in efs_iget() argument
/kernel/linux/linux-5.10/fs/ext2/
H A Dialloc.c109 unsigned long ino; in ext2_free_inode() local
435 ino_t ino in ext2_new_inode() local
[all...]
H A Dnamei.c59 ino_t ino; in ext2_lookup() local
85 ino_t ino; in ext2_get_parent() local
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbfs_fs.h46 __le16 ino; member
/kernel/linux/linux-5.10/fs/omfs/
H A Ddir.c305 ino_t ino = be64_to_cpu(oi->i_head.h_self); in omfs_lookup() local
319 u64 ino = be64_to_cpu(header->h_self); in omfs_is_bad() local
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dfilecheck.c346 ocfs2_filecheck_is_dup_entry(struct ocfs2_filecheck_sysfs_entry *ent, unsigned long ino) ocfs2_filecheck_is_dup_entry() argument
407 ocfs2_filecheck_handle(struct ocfs2_super *osb, unsigned long ino, unsigned int flags) ocfs2_filecheck_handle() argument
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2.c194 xfs_dir_ino_validate( xfs_mount_t *mp, xfs_ino_t ino) xfs_dir_ino_validate() argument
417 xfs_dir_removename( struct xfs_trans *tp, struct xfs_inode *dp, struct xfs_name *name, xfs_ino_t ino, xfs_extlen_t total) xfs_dir_removename() argument
H A Dxfs_inode_buf.c438 xfs_dinode_verify( struct xfs_mount *mp, xfs_ino_t ino, struct xfs_dinode *dip) xfs_dinode_verify() argument
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_iwalk.c181 xfs_ino_t ino; in xfs_iwalk_ag_recs() local
H A Dxfs_qm_syscalls.c270 xfs_qm_scall_trunc_qfile( struct xfs_mount *mp, xfs_ino_t ino) xfs_qm_scall_trunc_qfile() argument
H A Dxfs_qm.h43 struct xfs_quota_limits ino; member
/kernel/linux/linux-5.10/fs/openpromfs/
H A Dinode.c190 unsigned int ino; in openpromfs_lookup() local
346 static struct inode *openprom_iget(struct super_block *sb, ino_t ino) in openprom_iget() argument
/kernel/linux/linux-5.10/fs/proc/
H A Dproc_net.c68 static int seq_release_net(struct inode *ino, struct file *f) in seq_release_net() argument
182 static int single_release_net(struct inode *ino, struct file *f) in single_release_net() argument
/kernel/linux/linux-5.10/fs/ubifs/
H A Dsb.c78 struct ubifs_ino_node *ino; in create_default_filesystem() local
[all...]
/kernel/linux/linux-5.10/fs/qnx4/
H A Dinode.c262 struct inode *qnx4_iget(struct super_block *sb, unsigned long ino) in qnx4_iget() argument
/kernel/linux/linux-5.10/fs/qnx6/
H A Ddir.c221 unsigned ino; in qnx6_find_entry() local
/kernel/linux/linux-5.10/fs/
H A Dreaddir.c143 fillonedir(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) fillonedir() argument
222 filldir(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) filldir() argument
310 filldir64(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) filldir64() argument
400 compat_fillonedir(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) compat_fillonedir() argument
474 compat_filldir(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) compat_filldir() argument
[all...]
/kernel/linux/linux-5.10/fs/romfs/
H A Dsuper.c156 int j, ino, nextfh; in romfs_readdir() local
/kernel/linux/linux-5.10/fs/sysv/
H A Dinode.c170 struct inode *sysv_iget(struct super_block *sb, unsigned int ino) in sysv_iget() argument
237 unsigned int ino, block; in __sysv_write_inode() local
[all...]

Completed in 16 milliseconds

12345678910>>...28