Home
last modified time | relevance | path

Searched refs:old_head (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/
A Dxfs_log_cil.c752 xfs_lsn_t old_head; in xlog_cil_ail_insert() local
769 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()
A Dxfs_log_priv.h613 void xlog_grant_return_space(struct xlog *log, xfs_lsn_t old_head,
A Dxfs_log.c161 xfs_lsn_t old_head, in xlog_grant_return_space() argument
164 int64_t diff = xlog_lsn_sub(log, new_head, old_head); in xlog_grant_return_space()
/fs/nfs/
A Dwrite.c380 struct nfs_page *old_head, in nfs_destroy_unlinked_subrequests() argument
386 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