Searched refs:CLIENT_REC (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ntfs3/
H A Dfslog.c40 struct CLIENT_REC { struct
51 static_assert(sizeof(struct CLIENT_REC) == 0x60);
68 struct CLIENT_REC clients[]; // 0x40:
412 static inline void oldest_client_lsn(const struct CLIENT_REC *ca,
416 const struct CLIENT_REC *cr = ca + le16_to_cpu(next_client);
487 off += cl * sizeof(struct CLIENT_REC);
537 const struct CLIENT_REC *ca;
557 const struct CLIENT_REC *cr;
584 static inline void remove_client(struct CLIENT_REC *ca,
585 const struct CLIENT_REC *c
[all...]

Completed in 128 milliseconds