Home
last modified time | relevance | path

Searched refs:i1 (Results 1 – 4 of 4) sorted by relevance

/fs/jffs2/
Dcompr_rubin.c105 long i0, i1; in encode() local
126 i1 = rs->p - i0; in encode()
131 rs->p = i1; in encode()
/fs/xfs/
Dxfs_trace.h2741 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2),
2742 TP_ARGS(mp, agno, i1, i2),
2756 __entry->i1_startblock = i1->rc_startblock;
2757 __entry->i1_blockcount = i1->rc_blockcount;
2758 __entry->i1_refcount = i1->rc_refcount;
2778 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2), \
2779 TP_ARGS(mp, agno, i1, i2))
2784 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2,
2786 TP_ARGS(mp, agno, i1, i2, agbno),
2801 __entry->i1_startblock = i1->rc_startblock;
[all …]
/fs/fat/
Dfat.h419 extern int fat_flush_inodes(struct super_block *sb, struct inode *i1,
Dinode.c1936 int fat_flush_inodes(struct super_block *sb, struct inode *i1, struct inode *i2) in fat_flush_inodes() argument
1941 if (i1) in fat_flush_inodes()
1942 ret = writeback_inode(i1); in fat_flush_inodes()