Lines Matching refs:i_df
201 switch (ip->i_df.if_format) {
204 ip->i_df.if_nextents > 0 &&
205 ip->i_df.if_bytes > 0) {
213 ip->i_df.if_broot_bytes > 0) {
214 *nbytes += ip->i_df.if_broot_bytes;
220 ip->i_df.if_bytes > 0) {
221 *nbytes += xlog_calc_iovec_len(ip->i_df.if_bytes);
307 switch (ip->i_df.if_format) {
313 ip->i_df.if_nextents > 0 &&
314 ip->i_df.if_bytes > 0) {
317 ASSERT(xfs_iext_count(&ip->i_df) > 0);
323 ASSERT(data_bytes <= ip->i_df.if_bytes);
336 ip->i_df.if_broot_bytes > 0) {
337 ASSERT(ip->i_df.if_broot != NULL);
339 ip->i_df.if_broot,
340 ip->i_df.if_broot_bytes);
341 ilf->ilf_dsize = ip->i_df.if_broot_bytes;
353 ip->i_df.if_bytes > 0) {
354 ASSERT(ip->i_df.if_u1.if_data != NULL);
357 ip->i_df.if_u1.if_data,
358 ip->i_df.if_bytes);
359 ilf->ilf_dsize = (unsigned)ip->i_df.if_bytes;
504 to->di_big_nextents = xfs_ifork_nextents(&ip->i_df);
508 to->di_nextents = xfs_ifork_nextents(&ip->i_df);
522 to->di_format = xfs_ifork_format(&ip->i_df);