Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ntfs/
Dlogfile.c184 ra_len = ca_ofs + le16_to_cpu(ra->log_clients) * in ntfs_check_restart_area()
203 le16_to_cpu(ra->log_clients)) || in ntfs_check_restart_area()
206 le16_to_cpu(ra->log_clients))) { in ntfs_check_restart_area()
279 nr_clients = le16_to_cpu(ra->log_clients); in ntfs_check_log_client_array()
285 if (!nr_clients || idx >= le16_to_cpu(ra->log_clients)) in ntfs_check_log_client_array()
Dlogfile.h120 /* 8*/ le16 log_clients; /* Number of log client records in the array of member
/linux-6.6.21/fs/ntfs3/
Dfslog.c56 __le16 log_clients; // 0x08: Maximum number of clients. member
477 cl = le16_to_cpu(ra->log_clients); in is_rst_area_valid()
554 u16 clients = le16_to_cpu(ra->log_clients); in is_client_area_valid()
560 client_idx >= le16_to_cpu(ra->log_clients)) in is_client_area_valid()
1383 ra->log_clients = cpu_to_le16(1); in log_create_ra()