Lines Matching refs:i_df
53 switch (ip->i_df.if_format) {
56 ip->i_df.if_nextents > 0 &&
57 ip->i_df.if_bytes > 0) {
65 ip->i_df.if_broot_bytes > 0) {
66 *nbytes += ip->i_df.if_broot_bytes;
72 ip->i_df.if_bytes > 0) {
73 *nbytes += roundup(ip->i_df.if_bytes, 4);
159 switch (ip->i_df.if_format) {
165 ip->i_df.if_nextents > 0 &&
166 ip->i_df.if_bytes > 0) {
169 ASSERT(xfs_iext_count(&ip->i_df) > 0);
175 ASSERT(data_bytes <= ip->i_df.if_bytes);
188 ip->i_df.if_broot_bytes > 0) {
189 ASSERT(ip->i_df.if_broot != NULL);
191 ip->i_df.if_broot,
192 ip->i_df.if_broot_bytes);
193 ilf->ilf_dsize = ip->i_df.if_broot_bytes;
205 ip->i_df.if_bytes > 0) {
211 data_bytes = roundup(ip->i_df.if_bytes, 4);
212 ASSERT(ip->i_df.if_u1.if_data != NULL);
215 ip->i_df.if_u1.if_data, data_bytes);
344 to->di_format = xfs_ifork_format(&ip->i_df);
362 to->di_nextents = xfs_ifork_nextents(&ip->i_df);