Searched refs:di_forkoff (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_inode_fork.h | 89 #define XFS_IFORK_Q(ip) ((ip)->i_d.di_forkoff != 0) 90 #define XFS_IFORK_BOFF(ip) ((int)((ip)->i_d.di_forkoff << 3))
|
D | xfs_inode_buf.c | 225 to->di_forkoff = from->di_forkoff; in xfs_dinode_from_disk() 271 to->di_forkoff = from->di_forkoff; in xfs_dinode_to_disk()
|
D | xfs_attr_leaf.c | 414 return dp->i_d.di_forkoff; in xfs_attr_shortform_bytesfit() 435 if (!dp->i_d.di_forkoff && dp->i_df.if_bytes > in xfs_attr_shortform_bytesfit() 446 if (dp->i_d.di_forkoff) { in xfs_attr_shortform_bytesfit() 447 if (offset < dp->i_d.di_forkoff) in xfs_attr_shortform_bytesfit() 449 return dp->i_d.di_forkoff; in xfs_attr_shortform_bytesfit() 541 dp->i_d.di_forkoff = forkoff; in xfs_attr_shortform_add() 587 ip->i_d.di_forkoff = 0; in xfs_attr_fork_remove() 651 dp->i_d.di_forkoff = xfs_attr_shortform_bytesfit(dp, totsize); in xfs_attr_shortform_remove() 652 ASSERT(dp->i_d.di_forkoff); in xfs_attr_shortform_remove()
|
D | xfs_format.h | 860 __u8 di_forkoff; /* attr fork offs, <<3 for 64b align */ member 936 #define XFS_DFORK_Q(dip) ((dip)->di_forkoff != 0) 937 #define XFS_DFORK_BOFF(dip) ((int)((dip)->di_forkoff << 3))
|
D | xfs_log_format.h | 387 __uint8_t di_forkoff; /* attr fork offs, <<3 for 64b align */ member
|
D | xfs_bmap.c | 242 if (dfl_forkoff > ip->i_d.di_forkoff) in xfs_bmap_forkoff_reset() 243 ip->i_d.di_forkoff = dfl_forkoff; in xfs_bmap_forkoff_reset() 1153 ip->i_d.di_forkoff = roundup(sizeof(xfs_dev_t), 8) >> 3; in xfs_bmap_add_attrfork() 1156 ip->i_d.di_forkoff = roundup(sizeof(uuid_t), 8) >> 3; in xfs_bmap_add_attrfork() 1161 ip->i_d.di_forkoff = xfs_attr_shortform_bytesfit(ip, size); in xfs_bmap_add_attrfork() 1162 if (!ip->i_d.di_forkoff) in xfs_bmap_add_attrfork() 1163 ip->i_d.di_forkoff = xfs_default_attroffset(ip) >> 3; in xfs_bmap_add_attrfork()
|
D | xfs_inode_fork.c | 104 if (unlikely(dip->di_forkoff > ip->i_mount->m_sb.sb_inodesize)) { in xfs_iformat_fork() 107 dip->di_forkoff); in xfs_iformat_fork()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_inode.c | 1932 ASSERT(ip->i_d.di_forkoff == 0); in xfs_inactive() 2428 ip->i_d.di_forkoff = 0; /* mark the attr fork not in use */ in xfs_ifree() 3510 if (XFS_TEST_ERROR(ip->i_d.di_forkoff > mp->m_sb.sb_inodesize, in xfs_iflush_int() 3514 __func__, ip->i_ino, ip->i_d.di_forkoff, ip); in xfs_iflush_int()
|
D | xfs_log_recover.c | 2671 if (unlikely(dicp->di_forkoff > mp->m_sb.sb_inodesize)) { in xlog_recover_inode_pass2() 2677 item, dip, bp, in_f->ilf_ino, dicp->di_forkoff); in xlog_recover_inode_pass2()
|