Lines Matching refs:quotip
297 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype);
308 xfs_ilock(quotip, XFS_ILOCK_EXCL);
309 xfs_trans_ijoin(tp, quotip, 0);
320 error = xfs_iext_count_may_overflow(quotip, XFS_DATA_FORK,
323 error = xfs_iext_count_upgrade(tp, quotip,
329 error = xfs_bmapi_write(tp, quotip, dqp->q_fileoffset,
385 xfs_iunlock(quotip, XFS_ILOCK_EXCL);
396 xfs_iunlock(quotip, XFS_ILOCK_EXCL);
413 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype);
418 lock_mode = xfs_ilock_data_map_shared(quotip);
424 xfs_iunlock(quotip, lock_mode);
431 error = xfs_bmapi_read(quotip, dqp->q_fileoffset,
433 xfs_iunlock(quotip, lock_mode);
703 struct xfs_inode *quotip = xfs_quota_inode(mp, type);
724 lock_flags = xfs_ilock_data_map_shared(quotip);
725 error = xfs_iread_extents(NULL, quotip, XFS_DATA_FORK);
729 if (xfs_iext_lookup_extent(quotip, "ip->i_df, start, &cur, &got)) {
738 xfs_iunlock(quotip, lock_flags);