Searched refs:SIZEOF_NONRESIDENT (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | frecord.c | 1109 list_reserve = SIZEOF_NONRESIDENT + 3 * (1 + 2 * sizeof(u32)); in ni_insert_attr() 1301 err = run_pack(run, 0, svcn, Add2Ptr(attr, SIZEOF_NONRESIDENT), in ni_expand_mft_list() 1302 asize - SIZEOF_NONRESIDENT, &plen); in ni_expand_mft_list() 1315 attr->size = cpu_to_le32(run_size + SIZEOF_NONRESIDENT); in ni_expand_mft_list() 1317 done = asize - run_size - SIZEOF_NONRESIDENT; in ni_expand_mft_list() 1339 SIZEOF_NONRESIDENT + run_size, in ni_expand_mft_list() 1340 SIZEOF_NONRESIDENT, svcn, NULL); in ni_expand_mft_list() 1356 run_pack(run, svcn, evcn + 1 - svcn, Add2Ptr(attr, SIZEOF_NONRESIDENT), in ni_expand_mft_list() 1361 attr->nres.run_off = cpu_to_le16(SIZEOF_NONRESIDENT); in ni_expand_mft_list() 1451 u32 name_off = is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT; in ni_insert_nonresident() [all...] |
H A D | inode.c | 1498 attr->size = cpu_to_le32(SIZEOF_NONRESIDENT + 8); in ntfs_create_inode() 1500 asize = SIZEOF_NONRESIDENT + 8; in ntfs_create_inode() 1553 t16 = sbi->record_size - t16 - SIZEOF_NONRESIDENT; in ntfs_create_inode() 1571 Add2Ptr(attr, SIZEOF_NONRESIDENT), t16, in ntfs_create_inode() 1581 asize = SIZEOF_NONRESIDENT + ALIGN(err, 8); in ntfs_create_inode()
|
H A D | record.c | 332 if (asize + 8 < SIZEOF_NONRESIDENT) in mi_enum_attr()
|
H A D | ntfs.h | 389 #define SIZEOF_NONRESIDENT 0x40 macro
|
H A D | fslog.c | 2975 (is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT); in attr_create_nonres_log() 3003 cpu_to_le16(SIZEOF_NONRESIDENT + name_size); in attr_create_nonres_log() 3004 memcpy(Add2Ptr(attr, SIZEOF_NONRESIDENT), name, in attr_create_nonres_log()
|
Completed in 14 milliseconds