Lines Matching refs:i_af
242 switch (ip->i_af.if_format) {
245 ip->i_af.if_nextents > 0 &&
246 ip->i_af.if_bytes > 0) {
254 ip->i_af.if_broot_bytes > 0) {
255 *nbytes += ip->i_af.if_broot_bytes;
261 ip->i_af.if_bytes > 0) {
262 *nbytes += xlog_calc_iovec_len(ip->i_af.if_bytes);
387 switch (ip->i_af.if_format) {
393 ip->i_af.if_nextents > 0 &&
394 ip->i_af.if_bytes > 0) {
397 ASSERT(xfs_iext_count(&ip->i_af) ==
398 ip->i_af.if_nextents);
415 ip->i_af.if_broot_bytes > 0) {
416 ASSERT(ip->i_af.if_broot != NULL);
419 ip->i_af.if_broot,
420 ip->i_af.if_broot_bytes);
421 ilf->ilf_asize = ip->i_af.if_broot_bytes;
432 ip->i_af.if_bytes > 0) {
433 ASSERT(ip->i_af.if_u1.if_data != NULL);
435 ip->i_af.if_u1.if_data,
436 ip->i_af.if_bytes);
437 ilf->ilf_asize = (unsigned)ip->i_af.if_bytes;
505 to->di_big_anextents = xfs_ifork_nextents(&ip->i_af);
509 to->di_anextents = xfs_ifork_nextents(&ip->i_af);
540 to->di_aformat = xfs_ifork_format(&ip->i_af);