Searched refs:run_off (Results 1 – 7 of 7) sorted by relevance
/linux/fs/ntfs3/ |
A D | attrlist.c | 65 u16 run_off = le16_to_cpu(attr->nres.run_off); in ntfs_load_attr_list() local 73 Add2Ptr(attr, run_off), in ntfs_load_attr_list() 74 le32_to_cpu(attr->size) - run_off); in ntfs_load_attr_list()
|
A D | record.c | 269 le16_to_cpu(attr->nres.run_off)) { in mi_enum_attr() 576 u16 run_off = le16_to_cpu(attr->nres.run_off); in mi_pack_runs() local 577 u32 run_size = asize - run_off; in mi_pack_runs() 585 err = run_pack(run, svcn, len, Add2Ptr(attr, run_off), run_size + dsize, in mi_pack_runs()
|
A D | frecord.c | 569 roff = le16_to_cpu(attr->nres.run_off); in ni_repack() 1300 attr->nres.run_off = cpu_to_le16(SIZEOF_NONRESIDENT); in ni_expand_mft_list() 1393 u32 run_off = name_off + name_size; in ni_insert_nonresident() local 1409 asize = run_off + run_size; in ni_insert_nonresident() 1426 run_pack(run, svcn, len, Add2Ptr(attr, run_off), run_size, &plen); in ni_insert_nonresident() 1435 *(__le64 *)&attr->nres.run_off = cpu_to_le64(run_off); in ni_insert_nonresident() 1542 roff = le16_to_cpu(attr->nres.run_off); in ni_delete_all() 1723 attr->nres.run_off = attr->name_off; in ni_new_attr_flags() 2239 roff = le16_to_cpu(attr->nres.run_off); in ni_decompress_file() 2275 u16 roff = le16_to_cpu(attr->nres.run_off); in ni_decompress_file() [all …]
|
A D | attrib.c | 94 u16 run_off; in attr_load_runs() local 103 run_off = le16_to_cpu(attr->nres.run_off); in attr_load_runs() 105 vcn ? *vcn : svcn, Add2Ptr(attr, run_off), in attr_load_runs() 106 asize - run_off); in attr_load_runs() 1159 ro = le16_to_cpu(attr->nres.run_off); in attr_load_runs_vcn() 1833 u16 roff = le16_to_cpu(attr->nres.run_off); in attr_collapse_range()
|
A D | fslog.c | 2699 u16 run_off; in check_attr() local 2724 run_off = le16_to_cpu(attr->nres.run_off); in check_attr() 2726 if (svcn > evcn + 1 || run_off >= asize || in check_attr() 2733 Add2Ptr(attr, run_off), asize - run_off) < 0) { in check_attr() 3016 attr->nres.run_off = in attr_create_nonres_log() 3022 attr->nres.run_off = in attr_create_nonres_log() 3343 aoff < le16_to_cpu(attr->nres.run_off) || aoff > asize || in do_action() 4767 u16 roff = le16_to_cpu(attr->nres.run_off); in log_replay()
|
A D | ntfs.h | 334 __le16 run_off; // 0x20: Offset to packed runs. member 474 return Add2Ptr(attr, le16_to_cpu(attr->nres.run_off)); in attr_run()
|
A D | inode.c | 365 roff = le16_to_cpu(attr->nres.run_off); in ntfs_read_mft() 1443 attr->nres.run_off = attr->name_off; in ntfs_create_inode() 1499 attr->nres.run_off = attr->name_off; in ntfs_create_inode()
|
Completed in 34 milliseconds