Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log.c62 STATIC int xlog_write(xfs_mount_t *mp, xfs_log_iovec_t region[],
714 error = xlog_write(mp, reg, 1, tic, &lsn, in xfs_log_unmount_write()
822 if ((error = xlog_write(mp, reg, nentries, tic, start_lsn, NULL, 0))) { in xfs_log_write()
1373 if ((error = xlog_write(mp, reg, 1, ticket, commitlsnp, in xlog_commit_record()
1809 xlog_write(xfs_mount_t * mp, in xlog_write() function