Searched refs:run_off (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/fs/ntfs3/ |
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()
|
D | record.c | 269 le16_to_cpu(attr->nres.run_off)) { in mi_enum_attr() 553 u16 run_off = le16_to_cpu(attr->nres.run_off); in mi_pack_runs() local 554 u32 run_size = asize - run_off; in mi_pack_runs() 562 err = run_pack(run, svcn, len, Add2Ptr(attr, run_off), run_size + dsize, in mi_pack_runs()
|
D | frecord.c | 570 roff = le16_to_cpu(attr->nres.run_off); in ni_repack() 1349 attr->nres.run_off = cpu_to_le16(SIZEOF_NONRESIDENT); in ni_expand_mft_list() 1440 u32 run_off = name_off + name_size; in ni_insert_nonresident() local 1445 err = run_pack(run, svcn, len, NULL, sbi->max_bytes_per_attr - run_off, in ni_insert_nonresident() 1457 asize = run_off + run_size; in ni_insert_nonresident() 1475 run_pack(run, svcn, len, Add2Ptr(attr, run_off), run_size, &plen); in ni_insert_nonresident() 1483 *(__le64 *)&attr->nres.run_off = cpu_to_le64(run_off); in ni_insert_nonresident() 1590 roff = le16_to_cpu(attr->nres.run_off); in ni_delete_all() 1772 attr->nres.run_off = attr->name_off; in ni_new_attr_flags() 2292 roff = le16_to_cpu(attr->nres.run_off); in ni_decompress_file() [all …]
|
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() 1234 ro = le16_to_cpu(attr->nres.run_off); in attr_load_runs_vcn() 1902 u16 roff = le16_to_cpu(attr->nres.run_off); in attr_collapse_range()
|
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()
|
D | fslog.c | 2697 u16 run_off; in check_attr() local 2722 run_off = le16_to_cpu(attr->nres.run_off); in check_attr() 2724 if (svcn > evcn + 1 || run_off >= asize || in check_attr() 2731 Add2Ptr(attr, run_off), asize - run_off) < 0) { in check_attr() 3014 attr->nres.run_off = in attr_create_nonres_log() 3020 attr->nres.run_off = in attr_create_nonres_log() 3341 aoff < le16_to_cpu(attr->nres.run_off) || aoff > asize || in do_action() 4771 u16 roff = le16_to_cpu(attr->nres.run_off); in log_replay()
|
D | inode.c | 365 roff = le16_to_cpu(attr->nres.run_off); in ntfs_read_mft() 1442 attr->nres.run_off = attr->name_off; in ntfs_create_inode() 1498 attr->nres.run_off = attr->name_off; in ntfs_create_inode()
|