Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_log_format.h131 #define XLOG_UNMOUNT_TRANS 0x20 /* Unmount a filesystem transaction */ macro
/linux-4.1.27/fs/xfs/
Dxfs_log.c836 NULL, XLOG_UNMOUNT_TRANS); in xfs_log_unmount_write()
2335 if (flags & (XLOG_COMMIT_TRANS | XLOG_UNMOUNT_TRANS)) in xlog_write()
Dxfs_log_recover.c1028 if (op_head->oh_flags & XLOG_UNMOUNT_TRANS) { in xlog_find_tail()
3550 case XLOG_UNMOUNT_TRANS: in xlog_recovery_process_trans()