Searched refs:SIZEOF_NONRESIDENT (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | frecord.c | 1063 list_reserve = SIZEOF_NONRESIDENT + 3 * (1 + 2 * sizeof(u32)); in ni_insert_attr() 1255 err = run_pack(run, 0, svcn, Add2Ptr(attr, SIZEOF_NONRESIDENT), in ni_expand_mft_list() 1256 asize - SIZEOF_NONRESIDENT, &plen); in ni_expand_mft_list() 1269 attr->size = cpu_to_le32(run_size + SIZEOF_NONRESIDENT); in ni_expand_mft_list() 1271 done = asize - run_size - SIZEOF_NONRESIDENT; in ni_expand_mft_list() 1293 SIZEOF_NONRESIDENT + run_size, in ni_expand_mft_list() 1294 SIZEOF_NONRESIDENT, svcn, NULL); in ni_expand_mft_list() 1310 run_pack(run, svcn, evcn + 1 - svcn, Add2Ptr(attr, SIZEOF_NONRESIDENT), in ni_expand_mft_list() 1315 attr->nres.run_off = cpu_to_le16(SIZEOF_NONRESIDENT); in ni_expand_mft_list() 1405 u32 name_off = is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT; in ni_insert_nonresident() [all …]
|
| H A D | inode.c | 1486 attr->size = cpu_to_le32(SIZEOF_NONRESIDENT + 8); in ntfs_create_inode() 1488 asize = SIZEOF_NONRESIDENT + 8; in ntfs_create_inode() 1541 t16 = sbi->record_size - t16 - SIZEOF_NONRESIDENT; in ntfs_create_inode() 1560 Add2Ptr(attr, SIZEOF_NONRESIDENT), t16, in ntfs_create_inode() 1570 asize = SIZEOF_NONRESIDENT + ALIGN(err, 8); in ntfs_create_inode()
|
| H A D | record.c | 302 if (asize < SIZEOF_NONRESIDENT) in mi_enum_attr()
|
| H A D | ntfs.h | 390 #define SIZEOF_NONRESIDENT 0x40 macro
|
| H A D | fslog.c | 2997 (is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT); in attr_create_nonres_log() 3025 cpu_to_le16(SIZEOF_NONRESIDENT + name_size); in attr_create_nonres_log() 3026 memcpy(Add2Ptr(attr, SIZEOF_NONRESIDENT), name, in attr_create_nonres_log()
|