Searched refs:i2 (Results 1 – 5 of 5) sorted by relevance
| /fs/bcachefs/ |
| A D | bkey.c | 781 #define I3(i0, i1, i2) (I2(i0, i1), I(i2)) argument 782 #define I4(i0, i1, i2, i3) (I3(i0, i1, i2), I(i3)) argument 783 #define I5(i0, i1, i2, i3, i4) (I4(i0, i1, i2, i3), I(i4)) argument
|
| A D | fsck.c | 1484 darray_for_each(inode->inodes, i2) in check_key_has_inode() 1485 if (!i2->whiteout && in check_key_has_inode() 1486 bch2_snapshot_is_ancestor(c, k.k->p.snapshot, i2->inode.bi_snapshot) && in check_key_has_inode() 1487 btree_matches_i_mode(iter->btree_id, i2->inode.bi_mode)) { in check_key_has_inode() 1489 bch2_inode_unpacked_to_text(&buf, &i2->inode); in check_key_has_inode()
|
| /fs/xfs/ |
| A D | xfs_trace.h | 3687 struct xfs_refcount_irec *i2), 3688 TP_ARGS(cur, i1, i2), 3710 __entry->i2_domain = i2->rc_domain; 3733 struct xfs_refcount_irec *i2), \ 3734 TP_ARGS(cur, i1, i2)) 3740 TP_ARGS(cur, i1, i2, gbno), 3763 __entry->i2_domain = i2->rc_domain; 3789 TP_ARGS(cur, i1, i2, gbno)) 3795 TP_ARGS(cur, i1, i2, i3), 3821 __entry->i2_domain = i2->rc_domain; [all …]
|
| /fs/fat/ |
| A D | inode.c | 1884 int fat_flush_inodes(struct super_block *sb, struct inode *i1, struct inode *i2) in fat_flush_inodes() argument 1891 if (!ret && i2) in fat_flush_inodes() 1892 ret = writeback_inode(i2); in fat_flush_inodes()
|
| A D | fat.h | 426 struct inode *i2);
|
Completed in 23 milliseconds