Searched refs:ino_t (Results 1 – 11 of 11) sorted by relevance
/u-boot/fs/ubifs/ |
A D | key.h | 85 union ubifs_key *key, ino_t inum) in ino_key_init() 98 ino_t inum) in ino_key_init_flash() 114 union ubifs_key *key, ino_t inum) in lowest_ino_key() 127 union ubifs_key *key, ino_t inum) in highest_ino_key() 141 union ubifs_key *key, ino_t inum, in dent_key_init() 195 union ubifs_key *key, ino_t inum) in lowest_dent_key() 209 union ubifs_key *key, ino_t inum, in xent_key_init() 246 union ubifs_key *key, ino_t inum) in lowest_xent_key() 260 union ubifs_key *key, ino_t inum, in data_key_init() 275 union ubifs_key *key, ino_t inum) in highest_data_key() [all …]
|
A D | orphan.c | 56 int ubifs_add_orphan(struct ubifs_info *c, ino_t inum) in ubifs_add_orphan() 106 void ubifs_delete_orphan(struct ubifs_info *c, ino_t inum) in ubifs_delete_orphan() 503 static int insert_dead_orphan(struct ubifs_info *c, ino_t inum) in insert_dead_orphan() 558 ino_t inum; in do_kill_orphans() 726 ino_t inum; 738 static int dbg_find_orphan(struct ubifs_info *c, ino_t inum) in dbg_find_orphan() 760 static int dbg_ins_check_orphan(struct rb_root *root, ino_t inum) in dbg_ins_check_orphan() 788 static int dbg_find_check_orphan(struct rb_root *root, ino_t inum) in dbg_find_check_orphan() 818 ino_t inum; in dbg_orphan_check() 851 ino_t inum; in dbg_read_orphans()
|
A D | ubifs.h | 596 static inline ino_t parent_ino(struct dentry *dentry) in parent_ino() 598 ino_t res; in parent_ino() 1299 ino_t *inodes; 1524 ino_t inum; 1840 ino_t highest_inum; 2110 void ubifs_wbuf_add_ino_nolock(struct ubifs_wbuf *wbuf, ino_t inum); 2203 int ubifs_tnc_remove_ino(struct ubifs_info *c, ino_t inum); 2280 int ubifs_add_orphan(struct ubifs_info *c, ino_t inum); 2281 void ubifs_delete_orphan(struct ubifs_info *c, ino_t inum);
|
A D | recovery.c | 1249 ino_t inum; 1264 static int add_ino(struct ubifs_info *c, ino_t inum, loff_t i_size, in add_ino() 1299 static struct size_entry *find_ino(struct ubifs_info *c, ino_t inum) in find_ino() 1321 static void remove_ino(struct ubifs_info *c, ino_t inum) in remove_ino() 1376 ino_t inum = key_inum(c, key); in ubifs_recover_size_accum()
|
A D | gc.c | 119 ino_t inuma, inumb; in data_nodes_cmp() 163 ino_t inuma, inumb; in nondata_nodes_cmp()
|
A D | io.c | 1047 size = (c->max_write_size / UBIFS_CH_SZ + 1) * sizeof(ino_t); in ubifs_wbuf_init() 1089 void ubifs_wbuf_add_ino_nolock(struct ubifs_wbuf *wbuf, ino_t inum) in ubifs_wbuf_add_ino_nolock() 1109 static int wbuf_has_ino(struct ubifs_wbuf *wbuf, ino_t inum) in wbuf_has_ino()
|
A D | debug.c | 1807 ino_t inum; 1846 ino_t inum = key_inum_flash(c, &ino->key); in add_inode() 1924 static struct fsck_inode *search_inode(struct fsck_data *fsckd, ino_t inum) in search_inode() 1954 struct fsck_data *fsckd, ino_t inum) in read_add_inode() 2027 ino_t inum; in check_leaf() 2356 ino_t inuma, inumb; in dbg_check_data_nodes_order() 2423 ino_t inuma, inumb; in dbg_check_nondata_nodes_order()
|
A D | replay.c | 189 ino_t ino; in trun_remove_range() 235 ino_t inum = key_inum(c, &r->key); in apply_replay_entry()
|
A D | tnc.c | 2672 int ubifs_tnc_remove_ino(struct ubifs_info *c, ino_t inum) in ubifs_tnc_remove_ino() 2686 ino_t xattr_inum; in ubifs_tnc_remove_ino()
|
/u-boot/include/linux/ |
A D | stat.h | 49 ino_t st_ino; /* file id */ 103 ino_t st_ino;
|
A D | types.h | 12 typedef __kernel_ino_t ino_t; typedef
|
Completed in 41 milliseconds