Searched defs:xlog (Results 1 – 2 of 2) sorted by relevance
359 struct xlog { struct361 struct xfs_mount *l_mp; /* mount point */362 struct xfs_ail *l_ailp; /* AIL log is working with */386 xlog_in_core_t *l_iclog; /* head log queue */ argument405 struct xlog_grant_head l_reserve_head; argument406 struct xlog_grant_head l_write_head; argument425 struct xlog *log); argument
67 static void xlog(char *x, ...) in xlog() function