Searched refs:alfi_ino (Results 1 - 2 of 2) sorted by path

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h1052 uint32_t alfi_igen; /* generation of alfi_ino for pptr ops */
1054 uint64_t alfi_ino; /* the inode for this attr operation */ member in struct:xfs_attri_log_format
/linux-master/fs/xfs/
H A Dxfs_attr_item.c383 attrp->alfi_ino = args->dp->i_ino;
609 return xfs_verify_ino(mp, attrp->alfi_ino);
653 error = xlog_recover_iget_handle(mp, attrp->alfi_ino,
657 error = xlog_recover_iget(mp, attrp->alfi_ino, &ip);
816 new_attrp->alfi_ino = old_attrp->alfi_ino;

Completed in 191 milliseconds