Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfslog.c3871 struct ATTR_NAME_ENTRY *ane; in log_replay() local
4489 static_assert(sizeof(*ane) == 4); in log_replay()
4490 if (off + sizeof(*ane) > attr_names_bytes) { in log_replay()
4495 ane = Add2Ptr(attr_names, off); in log_replay()
4496 t16 = le16_to_cpu(ane->off); in log_replay()
4510 t16 = le16_to_cpu(ane->name_bytes); in log_replay()
4511 off += t16 + sizeof(*ane); in log_replay()
4517 oe->ptr = ane->name; in log_replay()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dhwif.h377 void (*pcs_ctrl_ane)(struct stmmac_priv *priv, bool ane,