Lines Matching refs:i_af
290 switch (ip->i_af.if_format) {
293 ip->i_af.if_nextents > 0 &&
294 ip->i_af.if_bytes > 0) {
302 ip->i_af.if_broot_bytes > 0) {
303 *nbytes += ip->i_af.if_broot_bytes;
309 ip->i_af.if_bytes > 0) {
310 *nbytes += xlog_calc_iovec_len(ip->i_af.if_bytes);
435 switch (ip->i_af.if_format) {
441 ip->i_af.if_nextents > 0 &&
442 ip->i_af.if_bytes > 0) {
445 ASSERT(xfs_iext_count(&ip->i_af) ==
446 ip->i_af.if_nextents);
463 ip->i_af.if_broot_bytes > 0) {
464 ASSERT(ip->i_af.if_broot != NULL);
467 ip->i_af.if_broot,
468 ip->i_af.if_broot_bytes);
469 ilf->ilf_asize = ip->i_af.if_broot_bytes;
480 ip->i_af.if_bytes > 0) {
481 ASSERT(ip->i_af.if_data != NULL);
483 ip->i_af.if_data, ip->i_af.if_bytes);
484 ilf->ilf_asize = (unsigned)ip->i_af.if_bytes;
552 to->di_big_anextents = xfs_ifork_nextents(&ip->i_af);
556 to->di_anextents = xfs_ifork_nextents(&ip->i_af);
586 to->di_aformat = xfs_ifork_format(&ip->i_af);