Lines Matching defs:isrt
4803 bool isrt;
4807 isrt = (whichfork == XFS_DATA_FORK) && XFS_IS_REALTIME_INODE(ip);
4817 if (isrt) {
4831 isrt ? XFS_QMOPT_RES_RTBLKS : XFS_QMOPT_RES_REGBLKS);
4907 if (!isrt)
5270 int isrt; /* freeing in rt area */
5317 isrt = (whichfork == XFS_DATA_FORK) && XFS_IS_REALTIME_INODE(ip);
5334 if (isrt) {
5375 if (!wasdel && !isrt) {
5398 if (!isrt)
6230 bool isrt;
6237 isrt = XFS_IS_REALTIME_INODE(ip);
6239 if (isrt && whichfork == XFS_DATA_FORK) {