Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_log.c74 STATIC int xlog_write(xfs_mount_t *mp, xfs_log_iovec_t region[],
609 error = xlog_write(mp, reg, 1, tic, &lsn, in xfs_log_unmount_write()
716 if ((error = xlog_write(mp, reg, nentries, tic, start_lsn, NULL, 0))) { in xfs_log_write()
1277 if ((error = xlog_write(mp, reg, 1, ticket, commitlsnp, in xlog_commit_record()
1648 xlog_write(xfs_mount_t * mp, in xlog_write() function