Home
last modified time | relevance | path

Searched refs:di_forkoff (Results 1 – 11 of 11) sorted by relevance

/fs/xfs/libxfs/
Dxfs_inode_buf.c260 to->di_forkoff = from->di_forkoff; in xfs_inode_from_disk()
310 to->di_forkoff = from->di_forkoff; in xfs_inode_to_disk()
361 to->di_forkoff = from->di_forkoff; in xfs_log_dinode_to_disk()
Dxfs_inode_fork.h89 #define XFS_IFORK_Q(ip) ((ip)->i_d.di_forkoff != 0)
90 #define XFS_IFORK_BOFF(ip) ((int)((ip)->i_d.di_forkoff << 3))
Dxfs_inode_buf.h43 __uint8_t di_forkoff; /* attr fork offs, <<3 for 64b align */ member
Dxfs_attr_leaf.c420 return dp->i_d.di_forkoff; in xfs_attr_shortform_bytesfit()
441 if (!dp->i_d.di_forkoff && dp->i_df.if_bytes > in xfs_attr_shortform_bytesfit()
452 if (dp->i_d.di_forkoff) { in xfs_attr_shortform_bytesfit()
453 if (offset < dp->i_d.di_forkoff) in xfs_attr_shortform_bytesfit()
455 return dp->i_d.di_forkoff; in xfs_attr_shortform_bytesfit()
547 dp->i_d.di_forkoff = forkoff; in xfs_attr_shortform_add()
593 ip->i_d.di_forkoff = 0; in xfs_attr_fork_remove()
657 dp->i_d.di_forkoff = xfs_attr_shortform_bytesfit(dp, totsize); in xfs_attr_shortform_remove()
658 ASSERT(dp->i_d.di_forkoff); in xfs_attr_shortform_remove()
Dxfs_format.h889 __u8 di_forkoff; /* attr fork offs, <<3 for 64b align */ member
966 #define XFS_DFORK_Q(dip) ((dip)->di_forkoff != 0)
967 #define XFS_DFORK_BOFF(dip) ((int)((dip)->di_forkoff << 3))
Dxfs_log_format.h400 __uint8_t di_forkoff; /* attr fork offs, <<3 for 64b align */ member
Dxfs_inode_fork.c108 if (unlikely(dip->di_forkoff > ip->i_mount->m_sb.sb_inodesize)) { in xfs_iformat_fork()
111 dip->di_forkoff); in xfs_iformat_fork()
Dxfs_bmap.c262 if (dfl_forkoff > ip->i_d.di_forkoff) in xfs_bmap_forkoff_reset()
263 ip->i_d.di_forkoff = dfl_forkoff; in xfs_bmap_forkoff_reset()
1175 ip->i_d.di_forkoff = roundup(sizeof(xfs_dev_t), 8) >> 3; in xfs_bmap_add_attrfork()
1178 ip->i_d.di_forkoff = roundup(sizeof(uuid_t), 8) >> 3; in xfs_bmap_add_attrfork()
1183 ip->i_d.di_forkoff = xfs_attr_shortform_bytesfit(ip, size); in xfs_bmap_add_attrfork()
1184 if (!ip->i_d.di_forkoff) in xfs_bmap_add_attrfork()
1185 ip->i_d.di_forkoff = xfs_default_attroffset(ip) >> 3; in xfs_bmap_add_attrfork()
/fs/xfs/
Dxfs_inode_item.c361 to->di_forkoff = from->di_forkoff; in xfs_inode_to_log_dinode()
Dxfs_inode.c1962 ASSERT(ip->i_d.di_forkoff == 0); in xfs_inactive()
2493 ip->i_d.di_forkoff = 0; /* mark the attr fork not in use */ in xfs_ifree()
3586 if (XFS_TEST_ERROR(ip->i_d.di_forkoff > mp->m_sb.sb_inodesize, in xfs_iflush_int()
3590 __func__, ip->i_ino, ip->i_d.di_forkoff, ip); in xfs_iflush_int()
Dxfs_log_recover.c3134 if (unlikely(ldip->di_forkoff > mp->m_sb.sb_inodesize)) { in xlog_recover_inode_pass2()
3140 item, dip, bp, in_f->ilf_ino, ldip->di_forkoff); in xlog_recover_inode_pass2()