Searched refs:usn (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | mst.c | 30 u16 usa_ofs, usa_count, usn; in post_read_mst_fixup() local 43 /* Position of usn in update sequence array. */ in post_read_mst_fixup() 52 usn = *usa_pos; in post_read_mst_fixup() 61 if (*data_pos != usn) { in post_read_mst_fixup() 112 u16 usa_ofs, usa_count, usn; in pre_write_mst_fixup() local 129 /* Position of usn in update sequence array. */ in pre_write_mst_fixup() 135 usn = le16_to_cpup(usa_pos) + 1; in pre_write_mst_fixup() 136 if (usn == 0xffff || !usn) in pre_write_mst_fixup() 137 usn in pre_write_mst_fixup() [all...] |
H A D | usnjrnl.h | 50 * lowest_valid_usn field in the $DATA/$Max attribute to the usn to be used 58 * To determine the next usn there are two ways. The first is to parse 60 * to its usn (which is the byte offset in the $DATA/$J attribute). The 62 * are simply byte offsets into $DATA/$J, this is exactly the next usn. For 67 * through all the mft records on the volume and set the usn field in their 93 /*0x18*/leUSN lowest_valid_usn; /* Lowest valid usn in $DATA/$J for the 168 /*0x18*/leUSN usn; /* The usn of this record. Equals the offset member
|
H A D | mft.c | 2252 le16 seq_no, usn; in ntfs_mft_record_alloc() local 2552 usn = *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)); in ntfs_mft_record_alloc() 2564 if (usn && le16_to_cpu(usn) != 0xffff) in ntfs_mft_record_alloc() 2565 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn; in ntfs_mft_record_alloc()
|
H A D | layout.h | 162 * Number (usn), a cyclic counter of how many times the protected record has 164 * last le16's of each sector have to be equal to the usn (during reading) or 180 including the Update Sequence Number (usn), 915 /* 64*/ leUSN usn; /* Last update sequence number member 918 the usn journal is disabled or this file has
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | mst.c | 30 u16 usa_ofs, usa_count, usn; in post_read_mst_fixup() local 43 /* Position of usn in update sequence array. */ in post_read_mst_fixup() 52 usn = *usa_pos; in post_read_mst_fixup() 61 if (*data_pos != usn) { in post_read_mst_fixup() 112 u16 usa_ofs, usa_count, usn; in pre_write_mst_fixup() local 129 /* Position of usn in update sequence array. */ in pre_write_mst_fixup() 135 usn = le16_to_cpup(usa_pos) + 1; in pre_write_mst_fixup() 136 if (usn == 0xffff || !usn) in pre_write_mst_fixup() 137 usn in pre_write_mst_fixup() [all...] |
H A D | usnjrnl.h | 50 * lowest_valid_usn field in the $DATA/$Max attribute to the usn to be used 58 * To determine the next usn there are two ways. The first is to parse 60 * to its usn (which is the byte offset in the $DATA/$J attribute). The 62 * are simply byte offsets into $DATA/$J, this is exactly the next usn. For 67 * through all the mft records on the volume and set the usn field in their 93 /*0x18*/leUSN lowest_valid_usn; /* Lowest valid usn in $DATA/$J for the 168 /*0x18*/leUSN usn; /* The usn of this record. Equals the offset member
|
H A D | mft.c | 2254 le16 seq_no, usn; in ntfs_mft_record_alloc() local 2554 usn = *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)); in ntfs_mft_record_alloc() 2566 if (usn && le16_to_cpu(usn) != 0xffff) in ntfs_mft_record_alloc() 2567 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn; in ntfs_mft_record_alloc()
|
H A D | layout.h | 162 * Number (usn), a cyclic counter of how many times the protected record has 164 * last le16's of each sector have to be equal to the usn (during reading) or 180 including the Update Sequence Number (usn), 915 /* 64*/ leUSN usn; /* Last update sequence number member 918 the usn journal is disabled or this file has
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | si476x-reports.h | 67 * @usn: Ultrasonic Noise Inticator in -DBFS 90 __s8 usn; member
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | si476x-reports.h | 67 * @usn: Ultrasonic Noise Inticator in -DBFS 90 __s8 usn; member
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | si476x-cmd.c | 1214 report->usn = resp[16]; in si476x_core_cmd_fm_rsq_status_a10() 1268 report->usn = resp[16]; in si476x_core_cmd_fm_rsq_status_a20() 1325 report->usn = resp[16]; in si476x_core_cmd_fm_rsq_status_a30()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | si476x-cmd.c | 1214 report->usn = resp[16]; in si476x_core_cmd_fm_rsq_status_a10() 1268 report->usn = resp[16]; in si476x_core_cmd_fm_rsq_status_a20() 1325 report->usn = resp[16]; in si476x_core_cmd_fm_rsq_status_a30()
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | ntfs.h | 510 __le64 usn; // 0x40: Last Update Sequence Number of the file. This is a direct member
|
Completed in 26 milliseconds