Searched refs:run_off (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | attrlist.c | 71 u16 run_off = le16_to_cpu(attr->nres.run_off); in ntfs_load_attr_list() local 81 if (run_off > le32_to_cpu(attr->size)) { in ntfs_load_attr_list() 88 Add2Ptr(attr, run_off), in ntfs_load_attr_list() 89 le32_to_cpu(attr->size) - run_off); in ntfs_load_attr_list()
|
| H A D | record.c | 305 t16 = le16_to_cpu(attr->nres.run_off); in mi_enum_attr() 636 u16 run_off = le16_to_cpu(attr->nres.run_off); in mi_pack_runs() local 637 u32 run_size = asize - run_off; in mi_pack_runs() 645 err = run_pack(run, svcn, len, Add2Ptr(attr, run_off), run_size + dsize, in mi_pack_runs()
|
| H A D | frecord.c | 528 roff = le16_to_cpu(attr->nres.run_off); in ni_repack() 1315 attr->nres.run_off = cpu_to_le16(SIZEOF_NONRESIDENT); in ni_expand_mft_list() 1406 u32 run_off = name_off + name_size; in ni_insert_nonresident() local 1411 err = run_pack(run, svcn, len, NULL, sbi->max_bytes_per_attr - run_off, in ni_insert_nonresident() 1423 asize = run_off + run_size; in ni_insert_nonresident() 1441 run_pack(run, svcn, len, Add2Ptr(attr, run_off), run_size, &plen); in ni_insert_nonresident() 1449 *(__le64 *)&attr->nres.run_off = cpu_to_le64(run_off); in ni_insert_nonresident() 1556 roff = le16_to_cpu(attr->nres.run_off); in ni_delete_all() 1742 attr->nres.run_off = attr->name_off; in ni_new_attr_flags() 2087 roff = le16_to_cpu(attr->nres.run_off); in ni_decompress_file() [all …]
|
| H A D | attrib.c | 67 u16 run_off; in attr_load_runs() local 76 run_off = le16_to_cpu(attr->nres.run_off); in attr_load_runs() 78 if (run_off > asize) in attr_load_runs() 82 vcn ? *vcn : svcn, Add2Ptr(attr, run_off), in attr_load_runs() 83 asize - run_off); in attr_load_runs() 1441 ro = le16_to_cpu(attr->nres.run_off); in attr_load_runs_vcn()
|
| H A D | fslog.c | 2698 u16 run_off; in check_attr() local 2723 run_off = le16_to_cpu(attr->nres.run_off); in check_attr() 2725 if (svcn > evcn + 1 || run_off >= asize || in check_attr() 2731 if (run_off > asize) in check_attr() 2735 Add2Ptr(attr, run_off), asize - run_off) < 0) { in check_attr() 3018 attr->nres.run_off = in attr_create_nonres_log() 3024 attr->nres.run_off = in attr_create_nonres_log() 3347 aoff < le16_to_cpu(attr->nres.run_off) || aoff > asize || in do_action() 4786 u16 roff = le16_to_cpu(attr->nres.run_off); in log_replay()
|
| H A D | ntfs.h | 341 __le16 run_off; // 0x20: Offset to packed runs. member 478 return Add2Ptr(attr, le16_to_cpu(attr->nres.run_off)); in attr_run()
|
| H A D | inode.c | 391 roff = le16_to_cpu(attr->nres.run_off); in ntfs_read_mft() 1535 attr->nres.run_off = attr->name_off; in ntfs_create_inode() 1591 attr->nres.run_off = attr->name_off; in ntfs_create_inode()
|