Home
last modified time | relevance | path

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

/fs/ntfs/
Dlogfile.h265 /* 18*/ le16 next_client; /* The offset to the next log client record in member
Dlogfile.c284 idx = le16_to_cpu(cr->next_client)) { in ntfs_check_log_client_array()
/fs/ntfs3/
Dfslog.c44 __le16 next_client; // 0x12: member
413 __le16 next_client, u64 *oldest_lsn) in oldest_client_lsn() argument
415 while (next_client != LFS_NO_CLIENT_LE) { in oldest_client_lsn()
416 const struct CLIENT_REC *cr = ca + le16_to_cpu(next_client); in oldest_client_lsn()
423 next_client = cr->next_client; in oldest_client_lsn()
564 client_idx = le16_to_cpu(cr->next_client); in is_client_area_valid()
586 *head = cr->next_client; in remove_client()
588 ca[le16_to_cpu(cr->prev_client)].next_client = cr->next_client; in remove_client()
590 if (cr->next_client != LFS_NO_CLIENT_LE) in remove_client()
591 ca[le16_to_cpu(cr->next_client)].prev_client = cr->prev_client; in remove_client()
[all …]