Searched refs:ino_t (Results 1 - 25 of 108) sorted by relevance

12345

/linux-master/fs/freevxfs/
H A Dvxfs_extern.h30 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 Dvxfs_inode.c27 vxfs_dumpi(struct vxfs_inode_info *vip, ino_t ino)
137 vxfs_blkiget(struct super_block *sbp, u_long extent, ino_t ino)
184 __vxfs_iget(struct inode *ilistp, struct vxfs_inode_info *vip, ino_t ino)
222 vxfs_stiget(struct super_block *sbp, ino_t ino)
251 vxfs_iget(struct super_block *sbp, ino_t ino)
H A Dvxfs_lookup.c131 static ino_t
136 ino_t ino = 0;
166 ino_t ino;
/linux-master/fs/nilfs2/
H A Difile.h22 nilfs_ifile_map_inode(struct inode *ifile, ino_t ino, struct buffer_head *ibh)
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 Difile.c53 int nilfs_ifile_create_inode(struct inode *ifile, ino_t *out_ino,
79 *out_ino = (ino_t)req.pr_entry_nr;
98 int nilfs_ifile_delete_inode(struct inode *ifile, ino_t ino)
133 int nilfs_ifile_get_inode_block(struct inode *ifile, ino_t ino,
/linux-master/tools/include/nolibc/
H A Dstd.h25 typedef unsigned long ino_t; typedef
/linux-master/fs/ubifs/
H A Dkey.h91 union ubifs_key *key, ino_t inum)
104 ino_t inum)
120 union ubifs_key *key, ino_t inum)
133 union ubifs_key *key, ino_t inum)
147 union ubifs_key *key, ino_t inum,
166 union ubifs_key *key, ino_t inum,
182 ino_t inum,
202 union ubifs_key *key, ino_t inum)
216 union ubifs_key *key, ino_t inum,
234 ino_t inu
[all...]
H A Dorphan.c45 static struct ubifs_orphan *orphan_add(struct ubifs_info *c, ino_t inum,
96 static struct ubifs_orphan *lookup_orphan(struct ubifs_info *c, ino_t inum)
155 int ubifs_add_orphan(struct ubifs_info *c, ino_t inum)
158 ino_t xattr_inum;
207 void ubifs_delete_orphan(struct ubifs_info *c, ino_t inum)
582 static int insert_dead_orphan(struct ubifs_info *c, ino_t inum)
638 ino_t inum;
842 ino_t inum;
854 static bool dbg_find_orphan(struct ubifs_info *c, ino_t inum)
865 static int dbg_ins_check_orphan(struct rb_root *root, ino_t inu
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.h76 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;
/linux-master/fs/jfs/
H A Djfs_dtree.h244 ino_t * data, struct btstack * btstack, int flag);
247 ino_t * ino, struct btstack * btstack);
250 ino_t * data, int flag);
253 ino_t * orig_ino, ino_t new_ino, int flag);
/linux-master/include/trace/events/
H A Dwriteback.h63 __field(ino_t, ino)
104 __field(ino_t, ino)
151 static inline ino_t __trace_wb_assign_cgroup(struct bdi_writeback *wb)
156 static inline ino_t __trace_wbc_assign_cgroup(struct writeback_control *wbc)
165 static inline ino_t __trace_wb_assign_cgroup(struct bdi_writeback *wb)
170 static inline ino_t __trace_wbc_assign_cgroup(struct writeback_control *wbc)
188 __field(ino_t, ino)
189 __field(ino_t, cgroup_ino)
217 __field(ino_t, ino)
218 __field(ino_t, old_cgroup_in
[all...]
H A Dext4.h138 TP_PROTO(struct inode *inode, ino_t orig_ino),
144 __field( ino_t, ino )
145 __field( ino_t, orig_ino )
174 __field( ino_t, ino )
203 __field( ino_t, dir )
225 __field( ino_t, ino )
226 __field( ino_t, dir )
250 __field( ino_t, ino )
272 __field( ino_t, ino )
294 __field( ino_t, in
[all...]
H A Df2fs.h191 __field(ino_t, ino)
192 __field(ino_t, pino)
230 __field(ino_t, ino)
264 __field(ino_t, ino)
346 __field(ino_t, ino)
397 __field(ino_t, ino)
426 __field(ino_t, ino)
484 __field(ino_t, ino)
531 __field(ino_t, ino)
566 __field(ino_t, in
[all...]
/linux-master/fs/omfs/
H A Domfs.h63 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-master/fs/9p/
H A Dv9fs_vfs.h48 #define QID2INO(q) ((ino_t) (((q)->path+2) ^ (((q)->path) >> 32)))
50 #define QID2INO(q) ((ino_t) ((q)->path+2))
/linux-master/fs/smb/client/
H A Dcifsfs.h17 * ino_t is 32-bits on 32-bit arch. We have to squash the 64-bit value down
21 static inline ino_t
24 if ((sizeof(ino_t)) < (sizeof(u64)))
25 return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1;
27 return (ino_t)fileid;
/linux-master/fs/zonefs/
H A Dtrace.h28 __field(ino_t, ino)
53 __field(ino_t, ino)
80 __field(ino_t, ino)
/linux-master/fs/minix/
H A Dminix.h46 extern struct minix_inode * minix_V1_raw_inode(struct super_block *, ino_t, struct buffer_head **);
47 extern struct minix2_inode * minix_V2_raw_inode(struct super_block *, ino_t, struct buffer_head **);
75 extern ino_t minix_inode_by_name(struct dentry*);
/linux-master/fs/nfsd/
H A Dnfsfh.h64 static inline __u32 ino_t_to_u32(ino_t ino)
69 static inline ino_t u32_to_ino_t(__u32 uino)
71 return (ino_t) uino;
142 static inline void mk_fsid(int vers, u32 *fsidv, dev_t dev, ino_t ino,
/linux-master/fs/ext2/
H A Dtrace.h16 __field(ino_t, ino)
60 __field(ino_t, ino)
/linux-master/include/linux/
H A Dshmem_fs.h67 bool full_inums; /* If i_ino should be uint or ino_t */
69 ino_t next_ino; /* The next per-sb inode number to use */
70 ino_t __percpu *ino_batch; /* The next per-cpu inode number to use */
H A Dproc_ns.h82 extern bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino);
H A Dnfs_fs.h639 static inline ino_t
642 ino_t ino = (ino_t) fileid;
643 if (sizeof(ino_t) < sizeof(u64))
644 ino ^= fileid >> (sizeof(u64)-sizeof(ino_t)) * 8;
/linux-master/fs/hpfs/
H A Dhpfs_fn.h48 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-master/fs/erofs/
H A Dinode.c285 * ino_t is 32-bits on 32-bit arch. We have to squash the 64-bit value down
288 static ino_t erofs_squash_ino(erofs_nid_t nid)
290 ino_t ino = (ino_t)nid;
292 if (sizeof(ino_t) < sizeof(erofs_nid_t))
293 ino ^= nid >> (sizeof(erofs_nid_t) - sizeof(ino_t)) * 8;

Completed in 318 milliseconds

12345