Searched refs:old_head (Results 1 – 4 of 4) sorted by relevance
752 xfs_lsn_t old_head; in xlog_cil_ail_insert() local769 old_head = ailp->ail_head_lsn; in xlog_cil_ail_insert()782 xlog_grant_return_space(ailp->ail_log, old_head, ailp->ail_head_lsn); in xlog_cil_ail_insert()
613 void xlog_grant_return_space(struct xlog *log, xfs_lsn_t old_head,
161 xfs_lsn_t old_head, in xlog_grant_return_space() argument164 int64_t diff = xlog_lsn_sub(log, new_head, old_head); in xlog_grant_return_space()
380 struct nfs_page *old_head, in nfs_destroy_unlinked_subrequests() argument386 destroy_list = (subreq->wb_this_page == old_head) ? in nfs_destroy_unlinked_subrequests()391 WARN_ON_ONCE(old_head != subreq->wb_head); in nfs_destroy_unlinked_subrequests()411 nfs_release_request(old_head); in nfs_destroy_unlinked_subrequests()
Completed in 21 milliseconds