Home
last modified time | relevance | path

Searched refs:XFS_LOG_PERM_RESERV (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_log.h62 #define XFS_LOG_PERM_RESERV 0x2 macro
Dxfs_log.c319 ASSERT(flags & XFS_LOG_PERM_RESERV); in xfs_log_reserve()
2513 if (tic->t_flags & XFS_LOG_PERM_RESERV) in xlog_grant_log_space()
3370 if (xflags & XFS_LOG_PERM_RESERV) in xlog_ticket_alloc()
Dxfs_trans.c716 log_flags = XFS_LOG_PERM_RESERV; in xfs_trans_reserve()