Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ntfs/
H A Dlogfile.c264 u16 nr_clients, idx; in ntfs_check_log_client_array() local
279 nr_clients = le16_to_cpu(ra->log_clients); in ntfs_check_log_client_array()
283 for (idx_is_first = true; idx != LOGFILE_NO_CLIENT_CPU; nr_clients--, in ntfs_check_log_client_array()
285 if (!nr_clients || idx >= le16_to_cpu(ra->log_clients)) in ntfs_check_log_client_array()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlogfile.c264 u16 nr_clients, idx; in ntfs_check_log_client_array() local
279 nr_clients = le16_to_cpu(ra->log_clients); in ntfs_check_log_client_array()
283 for (idx_is_first = true; idx != LOGFILE_NO_CLIENT_CPU; nr_clients--, in ntfs_check_log_client_array()
285 if (!nr_clients || idx >= le16_to_cpu(ra->log_clients)) in ntfs_check_log_client_array()

Completed in 2 milliseconds