Searched refs:ino_t (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | key.h | 86 union ubifs_key *key, ino_t inum) in ino_key_init() 99 ino_t inum) in ino_key_init_flash() 115 union ubifs_key *key, ino_t inum) in lowest_ino_key() 128 union ubifs_key *key, ino_t inum) in highest_ino_key() 142 union ubifs_key *key, ino_t inum, in dent_key_init() 161 union ubifs_key *key, ino_t inum, in dent_key_init_hash() 177 ino_t inum, const struct qstr *nm) in dent_key_init_flash() 196 union ubifs_key *key, ino_t inum) in lowest_dent_key() 210 union ubifs_key *key, ino_t inum, in xent_key_init() 228 ino_t inum, const struct qstr *nm) in xent_key_init_flash() [all …]
|
| H A D | orphan.c | 55 int ubifs_add_orphan(struct ubifs_info *c, ino_t inum) in ubifs_add_orphan() 105 void ubifs_delete_orphan(struct ubifs_info *c, ino_t inum) in ubifs_delete_orphan() 502 static int insert_dead_orphan(struct ubifs_info *c, ino_t inum) in insert_dead_orphan() 557 ino_t inum; in do_kill_orphans() 725 ino_t inum; 737 static int dbg_find_orphan(struct ubifs_info *c, ino_t inum) in dbg_find_orphan() 759 static int dbg_ins_check_orphan(struct rb_root *root, ino_t inum) in dbg_ins_check_orphan() 787 static int dbg_find_check_orphan(struct rb_root *root, ino_t inum) in dbg_find_check_orphan() 817 ino_t inum; in dbg_orphan_check() 850 ino_t inum; in dbg_read_orphans()
|
| H A D | ubifs.h | 597 static inline ino_t parent_ino(struct dentry *dentry) in parent_ino() 599 ino_t res; in parent_ino() 1300 ino_t *inodes; 1525 ino_t inum; 1841 ino_t highest_inum; 2111 void ubifs_wbuf_add_ino_nolock(struct ubifs_wbuf *wbuf, ino_t inum); 2204 int ubifs_tnc_remove_ino(struct ubifs_info *c, ino_t inum); 2281 int ubifs_add_orphan(struct ubifs_info *c, ino_t inum); 2282 void ubifs_delete_orphan(struct ubifs_info *c, ino_t inum);
|
| H A D | recovery.c | 1247 ino_t inum; 1262 static int add_ino(struct ubifs_info *c, ino_t inum, loff_t i_size, in add_ino() 1297 static struct size_entry *find_ino(struct ubifs_info *c, ino_t inum) in find_ino() 1319 static void remove_ino(struct ubifs_info *c, ino_t inum) in remove_ino() 1374 ino_t inum = key_inum(c, key); in ubifs_recover_size_accum()
|
| H A D | io.c | 1044 size = (c->max_write_size / UBIFS_CH_SZ + 1) * sizeof(ino_t); in ubifs_wbuf_init() 1086 void ubifs_wbuf_add_ino_nolock(struct ubifs_wbuf *wbuf, ino_t inum) in ubifs_wbuf_add_ino_nolock() 1106 static int wbuf_has_ino(struct ubifs_wbuf *wbuf, ino_t inum) in wbuf_has_ino()
|
| H A D | gc.c | 118 ino_t inuma, inumb; in data_nodes_cmp() 162 ino_t inuma, inumb; in nondata_nodes_cmp()
|
| H A D | debug.c | 1806 ino_t inum; 1845 ino_t inum = key_inum_flash(c, &ino->key); in add_inode() 1923 static struct fsck_inode *search_inode(struct fsck_data *fsckd, ino_t inum) in search_inode() 1953 struct fsck_data *fsckd, ino_t inum) in read_add_inode() 2026 ino_t inum; in check_leaf() 2355 ino_t inuma, inumb; in dbg_check_data_nodes_order() 2422 ino_t inuma, inumb; in dbg_check_nondata_nodes_order()
|
| H A D | replay.c | 188 ino_t ino; in trun_remove_range() 234 ino_t inum = key_inum(c, &r->key); in apply_replay_entry()
|
| H A D | tnc.c | 2685 int ubifs_tnc_remove_ino(struct ubifs_info *c, ino_t inum) in ubifs_tnc_remove_ino() 2699 ino_t xattr_inum; in ubifs_tnc_remove_ino()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | stat.h | 49 ino_t st_ino; /* file id */ 103 ino_t st_ino;
|
| H A D | types.h | 12 typedef __kernel_ino_t ino_t; typedef
|