| /linux/fs/ubifs/ |
| H A D | key.h | 91 union ubifs_key *key, ino_t inum) in ino_key_init() 104 ino_t inum) in ino_key_init_flash() 120 union ubifs_key *key, ino_t inum) in lowest_ino_key() 133 union ubifs_key *key, ino_t inum) in highest_ino_key() 147 union ubifs_key *key, ino_t inum, in dent_key_init() 166 union ubifs_key *key, ino_t inum, in dent_key_init_hash() 182 ino_t inum, in dent_key_init_flash() 202 union ubifs_key *key, ino_t inum) in lowest_dent_key() 216 union ubifs_key *key, ino_t inum, in xent_key_init() 234 ino_t inum, const struct fscrypt_name *nm) in xent_key_init_flash() [all …]
|
| H A D | orphan.c | 53 int ubifs_add_orphan(struct ubifs_info *c, ino_t inum) in ubifs_add_orphan() 97 static struct ubifs_orphan *lookup_orphan(struct ubifs_info *c, ino_t inum) in lookup_orphan() 156 void ubifs_delete_orphan(struct ubifs_info *c, ino_t inum) in ubifs_delete_orphan() 536 ino_t inum; in do_kill_orphans() 733 ino_t inum; 745 static bool dbg_find_orphan(struct ubifs_info *c, ino_t inum) in dbg_find_orphan() 756 static int dbg_ins_check_orphan(struct rb_root *root, ino_t inum) in dbg_ins_check_orphan() 784 static int dbg_find_check_orphan(struct rb_root *root, ino_t inum) in dbg_find_check_orphan() 814 ino_t inum; in dbg_orphan_check() 851 ino_t inum; in dbg_read_orphans()
|
| H A D | recovery.c | 1231 ino_t inum; 1246 static int add_ino(struct ubifs_info *c, ino_t inum, loff_t i_size, in add_ino() 1281 static struct size_entry *find_ino(struct ubifs_info *c, ino_t inum) in find_ino() 1303 static void remove_ino(struct ubifs_info *c, ino_t inum) in remove_ino() 1357 ino_t inum = key_inum(c, key); in ubifs_recover_size_accum()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | profiler.h | 76 ino_t cgroup_root_inode; 77 ino_t cgroup_proc_inode; 137 ino_t src_inode; 138 ino_t dst_inode; 146 ino_t cgroup_fs_inode; 147 ino_t cgroup_login_session_inode; 149 ino_t inode_filter;
|
| H A D | verifier_vfs_accept.c | 93 ino_t ino; in BPF_PROG()
|
| H A D | verifier_vfs_reject.c | 169 ino_t ino; in BPF_PROG()
|
| /linux/fs/freevxfs/ |
| H A D | vxfs_extern.h | 30 extern void vxfs_dumpi(struct vxfs_inode_info *, ino_t); 31 extern struct inode *vxfs_blkiget(struct super_block *, u_long, ino_t); 32 extern struct inode *vxfs_stiget(struct super_block *, ino_t); 33 extern struct inode *vxfs_iget(struct super_block *, ino_t);
|
| H A D | vxfs_inode.c | 27 vxfs_dumpi(struct vxfs_inode_info *vip, ino_t ino) in vxfs_dumpi() 137 vxfs_blkiget(struct super_block *sbp, u_long extent, ino_t ino) in vxfs_blkiget() 184 __vxfs_iget(struct inode *ilistp, struct vxfs_inode_info *vip, ino_t ino) in __vxfs_iget() 222 vxfs_stiget(struct super_block *sbp, ino_t ino) in vxfs_stiget() 251 vxfs_iget(struct super_block *sbp, ino_t ino) in vxfs_iget()
|
| /linux/fs/nilfs2/ |
| H A D | ifile.h | 22 nilfs_ifile_map_inode(struct inode *ifile, ino_t ino, struct buffer_head *ibh) in nilfs_ifile_map_inode() 34 int nilfs_ifile_create_inode(struct inode *, ino_t *, struct buffer_head **); 35 int nilfs_ifile_delete_inode(struct inode *, ino_t); 36 int nilfs_ifile_get_inode_block(struct inode *, ino_t, struct buffer_head **);
|
| H A D | ifile.c | 52 int nilfs_ifile_create_inode(struct inode *ifile, ino_t *out_ino, in nilfs_ifile_create_inode() 75 *out_ino = (ino_t)req.pr_entry_nr; in nilfs_ifile_create_inode() 91 int nilfs_ifile_delete_inode(struct inode *ifile, ino_t ino) in nilfs_ifile_delete_inode() 126 int nilfs_ifile_get_inode_block(struct inode *ifile, ino_t ino, in nilfs_ifile_get_inode_block()
|
| H A D | nilfs.h | 147 ino_t __ino = (ino); \ 258 int nilfs_inode_by_name(struct inode *dir, const struct qstr *qstr, ino_t *ino);
|
| /linux/fs/nfsd/ |
| H A D | nfsfh.h | 67 static inline __u32 ino_t_to_u32(ino_t ino) in ino_t_to_u32() 72 static inline ino_t u32_to_ino_t(__u32 uino) in u32_to_ino_t() 74 return (ino_t) uino; in u32_to_ino_t() 147 static inline void mk_fsid(int vers, u32 *fsidv, dev_t dev, ino_t ino, in mk_fsid()
|
| /linux/fs/omfs/ |
| H A D | omfs.h | 63 extern struct inode *omfs_iget(struct super_block *sb, ino_t inode); 66 extern int omfs_find_empty_block(struct super_block *sb, int mode, ino_t *ino);
|
| /linux/include/linux/ |
| H A D | kernfs.h | 347 static inline ino_t kernfs_id_ino(u64 id) in kernfs_id_ino() 350 if (sizeof(ino_t) >= sizeof(u64)) in kernfs_id_ino() 359 if (sizeof(ino_t) >= sizeof(u64)) in kernfs_id_gen() 365 static inline ino_t kernfs_ino(struct kernfs_node *kn) in kernfs_ino() 370 static inline ino_t kernfs_gen(struct kernfs_node *kn) in kernfs_gen()
|
| H A D | nfs_fs.h | 671 static inline ino_t 674 ino_t ino = (ino_t) fileid; in nfs_fileid_to_ino_t() 675 if (sizeof(ino_t) < sizeof(u64)) in nfs_fileid_to_ino_t() 676 ino ^= fileid >> (sizeof(u64)-sizeof(ino_t)) * 8; in nfs_fileid_to_ino_t()
|
| H A D | nsfs.h | 21 bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino);
|
| /linux/fs/9p/ |
| H A D | v9fs_vfs.h | 48 #define QID2INO(q) ((ino_t) (((q)->path+2) ^ (((q)->path) >> 32))) 50 #define QID2INO(q) ((ino_t) ((q)->path+2))
|
| /linux/fs/hpfs/ |
| H A D | hpfs_fn.h | 48 ino_t i_parent_dir; /* (directories) gives fnode of parent dir */ 66 ino_t sb_root; /* inode number of root dir */ 295 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t, struct buffer_head **); 298 dnode_secno hpfs_fnode_dno(struct super_block *s, ino_t ino);
|
| /linux/fs/erofs/ |
| H A D | inode.c | 269 static ino_t erofs_squash_ino(struct super_block *sb, erofs_nid_t nid) in erofs_squash_ino() 273 if (sizeof(ino_t) < sizeof(erofs_nid_t)) in erofs_squash_ino() 274 ino64 ^= ino64 >> (sizeof(erofs_nid_t) - sizeof(ino_t)) * 8; in erofs_squash_ino() 275 return (ino_t)ino64; in erofs_squash_ino()
|
| /linux/tools/include/nolibc/ |
| H A D | std.h | 23 typedef uint64_t ino_t; typedef
|
| H A D | dirent.h | 21 ino_t d_ino;
|
| H A D | types.h | 142 ino_t st_ino; /* inode number */
|
| /linux/fs/minix/ |
| H A D | bitmap.c | 107 minix_V1_raw_inode(struct super_block *sb, ino_t ino, struct buffer_head **bh) in minix_V1_raw_inode() 131 minix_V2_raw_inode(struct super_block *sb, ino_t ino, struct buffer_head **bh) in minix_V2_raw_inode()
|
| /linux/include/uapi/linux/ |
| H A D | coda.h | 78 typedef u_long ino_t; typedef 330 ino_t inode;
|
| /linux/fs/jfs/ |
| H A D | jfs_imap.h | 158 extern struct inode *diReadSpecial(struct super_block *, ino_t, int);
|