Searched refs:AT_END (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | attrib.c | 616 a->type == AT_END)) in ntfs_attr_find() 892 if (type == AT_END) in ntfs_external_attr_find() 1058 if (a->type == AT_END) in ntfs_external_attr_find() 1112 * If we were looking for AT_END, we reset the search context @ctx and in ntfs_external_attr_find() 1115 if (type == AT_END) { in ntfs_external_attr_find() 1117 return ntfs_attr_find(AT_END, name, name_len, ic, val, val_len, in ntfs_external_attr_find()
|
H A D | layout.h | 308 * is terminated by an attribute of type AT_END which is a truncated attribute 309 * in that it only consists of the attribute type code AT_END and none of the 473 AT_END = cpu_to_le32(0xffffffff) enumerator
|
H A D | mft.c | 2069 a->type = AT_END; in ntfs_mft_record_layout()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | attrib.c | 616 a->type == AT_END)) in ntfs_attr_find() 892 if (type == AT_END) in ntfs_external_attr_find() 1058 if (a->type == AT_END) in ntfs_external_attr_find() 1112 * If we were looking for AT_END, we reset the search context @ctx and in ntfs_external_attr_find() 1115 if (type == AT_END) { in ntfs_external_attr_find() 1117 return ntfs_attr_find(AT_END, name, name_len, ic, val, val_len, in ntfs_external_attr_find()
|
H A D | layout.h | 308 * is terminated by an attribute of type AT_END which is a truncated attribute 309 * in that it only consists of the attribute type code AT_END and none of the 473 AT_END = cpu_to_le32(0xffffffff) enumerator
|
H A D | mft.c | 2071 a->type = AT_END; in ntfs_mft_record_layout()
|
Completed in 22 milliseconds