Home
last modified time | relevance | path

Searched defs:xlog (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-4.19/fs/xfs/
Dxfs_log_priv.h348 struct xlog { struct
350 struct xfs_mount *l_mp; /* mount point */
351 struct xfs_ail *l_ailp; /* AIL log is working with */
375 xlog_in_core_t *l_iclog; /* head log queue */ argument
394 struct xlog_grant_head l_reserve_head; argument
395 struct xlog_grant_head l_write_head; argument
417 struct xlog *log); argument
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_log_priv.h384 struct xlog { struct
409 xlog_in_core_t *l_iclog; /* head log queue */ argument
428 struct xlog_grant_head l_reserve_head; argument
429 struct xlog_grant_head l_write_head; argument
450 struct xlog *log); argument
/kernel/linux/linux-4.19/drivers/isdn/hardware/eicon/
Dcapifunc.c67 static void xlog(char *x, ...) in xlog() function