Searched refs:SIZEOF_NONRESIDENT (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/ntfs3/ |
D | frecord.c | 1111 list_reserve = SIZEOF_NONRESIDENT + 3 * (1 + 2 * sizeof(u32)); in ni_insert_attr() 1303 err = run_pack(run, 0, svcn, Add2Ptr(attr, SIZEOF_NONRESIDENT), in ni_expand_mft_list() 1304 asize - SIZEOF_NONRESIDENT, &plen); in ni_expand_mft_list() 1317 attr->size = cpu_to_le32(run_size + SIZEOF_NONRESIDENT); in ni_expand_mft_list() 1319 done = asize - run_size - SIZEOF_NONRESIDENT; in ni_expand_mft_list() 1341 SIZEOF_NONRESIDENT + run_size, in ni_expand_mft_list() 1342 SIZEOF_NONRESIDENT, svcn, NULL); in ni_expand_mft_list() 1358 run_pack(run, svcn, evcn + 1 - svcn, Add2Ptr(attr, SIZEOF_NONRESIDENT), in ni_expand_mft_list() 1363 attr->nres.run_off = cpu_to_le16(SIZEOF_NONRESIDENT); in ni_expand_mft_list() 1453 u32 name_off = is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT; in ni_insert_nonresident() [all …]
|
D | inode.c | 1476 attr->size = cpu_to_le32(SIZEOF_NONRESIDENT + 8); in ntfs_create_inode() 1478 asize = SIZEOF_NONRESIDENT + 8; in ntfs_create_inode() 1531 t16 = sbi->record_size - t16 - SIZEOF_NONRESIDENT; in ntfs_create_inode() 1549 Add2Ptr(attr, SIZEOF_NONRESIDENT), t16, in ntfs_create_inode() 1559 asize = SIZEOF_NONRESIDENT + ALIGN(err, 8); in ntfs_create_inode()
|
D | record.c | 291 if (asize < SIZEOF_NONRESIDENT) in mi_enum_attr()
|
D | ntfs.h | 386 #define SIZEOF_NONRESIDENT 0x40 macro
|
D | fslog.c | 2995 (is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT); in attr_create_nonres_log() 3023 cpu_to_le16(SIZEOF_NONRESIDENT + name_size); in attr_create_nonres_log() 3024 memcpy(Add2Ptr(attr, SIZEOF_NONRESIDENT), name, in attr_create_nonres_log()
|