Searched refs:SIZEOF_NONRESIDENT (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | frecord.c | 1094 list_reserve = SIZEOF_NONRESIDENT + 3 * (1 + 2 * sizeof(u32)); in ni_insert_attr() 1287 err = run_pack(run, 0, svcn, Add2Ptr(attr, SIZEOF_NONRESIDENT), in ni_expand_mft_list() 1288 asize - SIZEOF_NONRESIDENT, &plen); in ni_expand_mft_list() 1301 attr->size = cpu_to_le32(run_size + SIZEOF_NONRESIDENT); in ni_expand_mft_list() 1303 done = asize - run_size - SIZEOF_NONRESIDENT; in ni_expand_mft_list() 1325 SIZEOF_NONRESIDENT + run_size, in ni_expand_mft_list() 1326 SIZEOF_NONRESIDENT, svcn, NULL); in ni_expand_mft_list() 1342 run_pack(run, svcn, evcn + 1 - svcn, Add2Ptr(attr, SIZEOF_NONRESIDENT), in ni_expand_mft_list() 1347 attr->nres.run_off = cpu_to_le16(SIZEOF_NONRESIDENT); in ni_expand_mft_list() 1438 u32 name_off = is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT; in ni_insert_nonresident() [all …]
|
| H A D | inode.c | 1687 attr->size = cpu_to_le32(SIZEOF_NONRESIDENT + 8); in ntfs_create_inode() 1689 asize = SIZEOF_NONRESIDENT + 8; in ntfs_create_inode() 1742 t16 = sbi->record_size - t16 - SIZEOF_NONRESIDENT; in ntfs_create_inode() 1761 Add2Ptr(attr, SIZEOF_NONRESIDENT), t16, in ntfs_create_inode() 1771 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 | 391 #define SIZEOF_NONRESIDENT 0x40 macro
|
| H A D | fslog.c | 3062 (is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT); in attr_create_nonres_log() 3090 cpu_to_le16(SIZEOF_NONRESIDENT + name_size); in attr_create_nonres_log() 3091 memcpy(Add2Ptr(attr, SIZEOF_NONRESIDENT), name, in attr_create_nonres_log()
|