Searched refs:run_off (Results 1 – 7 of 7) sorted by relevance
/fs/ntfs3/ |
D | attrlist.c | 66 u16 run_off = le16_to_cpu(attr->nres.run_off); in ntfs_load_attr_list() local 72 if (run_off > le32_to_cpu(attr->size)) { in ntfs_load_attr_list() 79 Add2Ptr(attr, run_off), in ntfs_load_attr_list() 80 le32_to_cpu(attr->size) - run_off); in ntfs_load_attr_list()
|
D | record.c | 280 le16_to_cpu(attr->nres.run_off)) { in mi_enum_attr() 599 u16 run_off = le16_to_cpu(attr->nres.run_off); in mi_pack_runs() local 600 u32 run_size = asize - run_off; in mi_pack_runs() 608 err = run_pack(run, svcn, len, Add2Ptr(attr, run_off), run_size + dsize, in mi_pack_runs()
|
D | frecord.c | 569 roff = le16_to_cpu(attr->nres.run_off); in ni_repack() 1312 attr->nres.run_off = cpu_to_le16(SIZEOF_NONRESIDENT); in ni_expand_mft_list() 1405 u32 run_off = name_off + name_size; in ni_insert_nonresident() local 1409 err = run_pack(run, svcn, len, NULL, sbi->max_bytes_per_attr - run_off, in ni_insert_nonresident() 1421 asize = run_off + run_size; in ni_insert_nonresident() 1438 run_pack(run, svcn, len, Add2Ptr(attr, run_off), run_size, &plen); in ni_insert_nonresident() 1447 *(__le64 *)&attr->nres.run_off = cpu_to_le64(run_off); in ni_insert_nonresident() 1554 roff = le16_to_cpu(attr->nres.run_off); in ni_delete_all() 1738 attr->nres.run_off = attr->name_off; in ni_new_attr_flags() 2258 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() 1168 ro = le16_to_cpu(attr->nres.run_off); in attr_load_runs_vcn() 1848 u16 roff = le16_to_cpu(attr->nres.run_off); in attr_collapse_range()
|
D | fslog.c | 2679 u16 run_off; in check_attr() local 2704 run_off = le16_to_cpu(attr->nres.run_off); in check_attr() 2706 if (svcn > evcn + 1 || run_off >= asize || in check_attr() 2712 if (run_off > asize) in check_attr() 2716 Add2Ptr(attr, run_off), asize - run_off) < 0) { in check_attr() 2999 attr->nres.run_off = in attr_create_nonres_log() 3005 attr->nres.run_off = in attr_create_nonres_log() 3326 aoff < le16_to_cpu(attr->nres.run_off) || aoff > asize || in do_action() 4758 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 471 return Add2Ptr(attr, le16_to_cpu(attr->nres.run_off)); in attr_run()
|
D | inode.c | 383 roff = le16_to_cpu(attr->nres.run_off); in ntfs_read_mft() 1474 attr->nres.run_off = attr->name_off; in ntfs_create_inode() 1530 attr->nres.run_off = attr->name_off; in ntfs_create_inode()
|