| /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/smb/client/ |
| H A D | cifsfs.h | 25 static inline ino_t 28 if ((sizeof(ino_t)) < (sizeof(u64))) in cifs_uniqueid_to_ino_t() 29 return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1; in cifs_uniqueid_to_ino_t() 31 return (ino_t)fileid; in cifs_uniqueid_to_ino_t()
|
| /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() 149 static inline void mk_fsid(int vers, u32 *fsidv, dev_t dev, ino_t ino, in mk_fsid()
|
| /linux/fs/ubifs/ |
| 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()
|
| H A D | io.c | 1153 size = (c->max_write_size / UBIFS_CH_SZ + 1) * sizeof(ino_t); in ubifs_wbuf_init() 1188 void ubifs_wbuf_add_ino_nolock(struct ubifs_wbuf *wbuf, ino_t inum) in ubifs_wbuf_add_ino_nolock() 1208 static int wbuf_has_ino(struct ubifs_wbuf *wbuf, ino_t inum) in wbuf_has_ino()
|
| /linux/fs/minix/ |
| H A D | minix.h | 50 struct minix_inode *minix_V1_raw_inode(struct super_block *, ino_t, struct buffer_head **); 51 struct minix2_inode *minix_V2_raw_inode(struct super_block *, ino_t, struct buffer_head **); 80 ino_t minix_inode_by_name(struct dentry*);
|
| 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/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/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);
|
| H A D | map.c | 164 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_head **bhp) in hpfs_map_fnode() 322 dnode_secno hpfs_fnode_dno(struct super_block *s, ino_t ino) in hpfs_fnode_dno()
|
| /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/afs/ |
| H A D | dynroot.c | 16 static struct dentry *afs_lookup_atcell(struct inode *dir, struct dentry *dentry, ino_t ino); 47 static struct inode *afs_iget_pseudo_dir(struct super_block *sb, ino_t ino) in afs_iget_pseudo_dir() 249 static struct dentry *afs_lookup_atcell(struct inode *dir, struct dentry *dentry, ino_t ino) in afs_lookup_atcell()
|
| /linux/include/linux/ |
| H A D | nsfs.h | 21 bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino);
|
| H A D | types.h | 21 typedef __kernel_ulong_t ino_t; typedef
|
| /linux/fs/jfs/ |
| H A D | jfs_imap.h | 158 extern struct inode *diReadSpecial(struct super_block *, ino_t, int);
|
| /linux/include/uapi/linux/ |
| H A D | coda.h | 78 typedef u_long ino_t; typedef 330 ino_t inode;
|
| /linux/fs/openpromfs/ |
| H A D | inode.c | 43 static struct inode *openprom_iget(struct super_block *sb, ino_t ino); 350 static struct inode *openprom_iget(struct super_block *sb, ino_t ino) in openprom_iget()
|
| /linux/fs/ufs/ |
| H A D | ufs.h | 99 ino_t ufs_inode_by_name(struct inode *, const struct qstr *);
|
| /linux/fs/zonefs/ |
| H A D | super.c | 635 ino_t ino; in zonefs_get_file_inode() 685 ino_t ino = bdev_nr_zones(sb->s_bdev) + ztype + 1; in zonefs_get_zgroup_inode() 758 ino_t base_ino = bdev_nr_zones(sb->s_bdev) + 1; in zonefs_readdir_root() 797 ino_t ino; in zonefs_readdir_zgroup()
|
| /linux/tools/testing/selftests/namespaces/ |
| H A D | siocgskns_test.c | 346 ino_t netns_ino; in TEST() 417 ino_t netns_ino; in TEST() 794 ino_t netns_ino; in TEST() 989 ino_t netns_ino; in TEST()
|