Home
last modified time | relevance | path

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

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