Searched refs:ino_t (Results 1 – 15 of 15) sorted by relevance
/include/trace/events/ |
D | writeback.h | 63 __field(ino_t, ino) 104 __field(ino_t, ino) 151 static inline ino_t __trace_wb_assign_cgroup(struct bdi_writeback *wb) in __trace_wb_assign_cgroup() 156 static inline ino_t __trace_wbc_assign_cgroup(struct writeback_control *wbc) in __trace_wbc_assign_cgroup() 165 static inline ino_t __trace_wb_assign_cgroup(struct bdi_writeback *wb) in __trace_wb_assign_cgroup() 170 static inline ino_t __trace_wbc_assign_cgroup(struct writeback_control *wbc) in __trace_wbc_assign_cgroup() 188 __field(ino_t, ino) 189 __field(ino_t, cgroup_ino) 217 __field(ino_t, ino) 218 __field(ino_t, old_cgroup_ino) [all …]
|
D | ext4.h | 124 TP_PROTO(struct inode *inode, ino_t orig_ino), 130 __field( ino_t, ino ) 131 __field( ino_t, orig_ino ) 160 __field( ino_t, ino ) 189 __field( ino_t, dir ) 211 __field( ino_t, ino ) 212 __field( ino_t, dir ) 236 __field( ino_t, ino ) 258 __field( ino_t, ino ) 280 __field( ino_t, ino ) [all …]
|
D | android_fs_template.h | 17 __field(ino_t, ino) 48 __field(ino_t, ino)
|
D | f2fs.h | 171 __field(ino_t, ino) 172 __field(ino_t, pino) 210 __field(ino_t, ino) 240 __field(ino_t, ino) 322 __field(ino_t, ino) 373 __field(ino_t, ino) 402 __field(ino_t, ino) 460 __field(ino_t, ino) 507 __field(ino_t, ino) 542 __field(ino_t, ino) [all …]
|
D | jbd2.h | 123 __field( ino_t, ino )
|
/include/linux/ |
D | shmem_fs.h | 41 ino_t next_ino; /* The next per-sb inode number to use */ 42 ino_t __percpu *ino_batch; /* The next per-cpu inode number to use */
|
D | kernfs.h | 318 static inline ino_t kernfs_id_ino(u64 id) in kernfs_id_ino() 321 if (sizeof(ino_t) >= sizeof(u64)) in kernfs_id_ino() 330 if (sizeof(ino_t) >= sizeof(u64)) in kernfs_id_gen() 336 static inline ino_t kernfs_ino(struct kernfs_node *kn) in kernfs_ino() 341 static inline ino_t kernfs_gen(struct kernfs_node *kn) in kernfs_gen()
|
D | nfs_fs.h | 617 static inline ino_t 620 ino_t ino = (ino_t) fileid; in nfs_fileid_to_ino_t() 621 if (sizeof(ino_t) < sizeof(u64)) in nfs_fileid_to_ino_t() 622 ino ^= fileid >> (sizeof(u64)-sizeof(ino_t)) * 8; in nfs_fileid_to_ino_t()
|
D | proc_ns.h | 83 extern bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino);
|
D | cleancache.h | 24 ino_t ino;
|
D | types.h | 17 typedef __kernel_ulong_t ino_t; typedef
|
D | cgroup.h | 641 static inline ino_t cgroup_ino(struct cgroup *cgrp) in cgroup_ino()
|
D | fs.h | 3182 extern ino_t iunique(struct super_block *, ino_t); 3234 static inline bool is_zero_ino(ino_t ino) in is_zero_ino() 3584 static inline ino_t parent_ino(struct dentry *dentry) in parent_ino() 3586 ino_t res; in parent_ino()
|
D | memcontrol.h | 912 ino_t page_cgroup_ino(struct page *page);
|
/include/uapi/linux/ |
D | coda.h | 78 typedef u_long ino_t; typedef 330 ino_t inode;
|