Searched refs:run_off (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/fs/ntfs3/ |
D | attrlist.c | 65 u16 run_off = le16_to_cpu(attr->nres.run_off); in ntfs_load_attr_list() local 71 if (run_off > le32_to_cpu(attr->size)) { in ntfs_load_attr_list() 78 Add2Ptr(attr, run_off), in ntfs_load_attr_list() 79 le32_to_cpu(attr->size) - run_off); in ntfs_load_attr_list()
|
D | record.c | 279 le16_to_cpu(attr->nres.run_off)) { in mi_enum_attr() 563 u16 run_off = le16_to_cpu(attr->nres.run_off); in mi_pack_runs() local 564 u32 run_size = asize - run_off; in mi_pack_runs() 572 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() 1355 attr->nres.run_off = cpu_to_le16(SIZEOF_NONRESIDENT); in ni_expand_mft_list() 1446 u32 run_off = name_off + name_size; in ni_insert_nonresident() local 1451 err = run_pack(run, svcn, len, NULL, sbi->max_bytes_per_attr - run_off, in ni_insert_nonresident() 1463 asize = run_off + run_size; in ni_insert_nonresident() 1481 run_pack(run, svcn, len, Add2Ptr(attr, run_off), run_size, &plen); in ni_insert_nonresident() 1489 *(__le64 *)&attr->nres.run_off = cpu_to_le64(run_off); in ni_insert_nonresident() 1596 roff = le16_to_cpu(attr->nres.run_off); in ni_delete_all() 1781 attr->nres.run_off = attr->name_off; in ni_new_attr_flags() 2301 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 if (run_off > asize) in attr_load_runs() 109 vcn ? *vcn : svcn, Add2Ptr(attr, run_off), in attr_load_runs() 110 asize - run_off); in attr_load_runs() 1243 ro = le16_to_cpu(attr->nres.run_off); in attr_load_runs_vcn() 1915 u16 roff = le16_to_cpu(attr->nres.run_off); in attr_collapse_range()
|
D | fslog.c | 2675 u16 run_off; in check_attr() local 2700 run_off = le16_to_cpu(attr->nres.run_off); in check_attr() 2702 if (svcn > evcn + 1 || run_off >= asize || in check_attr() 2708 if (run_off > asize) in check_attr() 2712 Add2Ptr(attr, run_off), asize - run_off) < 0) { in check_attr() 2995 attr->nres.run_off = in attr_create_nonres_log() 3001 attr->nres.run_off = in attr_create_nonres_log() 3322 aoff < le16_to_cpu(attr->nres.run_off) || aoff > asize || in do_action() 4752 u16 roff = le16_to_cpu(attr->nres.run_off); in log_replay()
|
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 | inode.c | 368 roff = le16_to_cpu(attr->nres.run_off); in ntfs_read_mft() 1451 attr->nres.run_off = attr->name_off; in ntfs_create_inode() 1507 attr->nres.run_off = attr->name_off; in ntfs_create_inode()
|