Home
last modified time | relevance | path

Searched refs:SIZEOF_NONRESIDENT (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/fs/ntfs3/
Dfrecord.c1097 list_reserve = SIZEOF_NONRESIDENT + 3 * (1 + 2 * sizeof(u32)); in ni_insert_attr()
1289 err = run_pack(run, 0, svcn, Add2Ptr(attr, SIZEOF_NONRESIDENT), in ni_expand_mft_list()
1290 asize - SIZEOF_NONRESIDENT, &plen); in ni_expand_mft_list()
1303 attr->size = cpu_to_le32(run_size + SIZEOF_NONRESIDENT); in ni_expand_mft_list()
1305 done = asize - run_size - SIZEOF_NONRESIDENT; in ni_expand_mft_list()
1327 SIZEOF_NONRESIDENT + run_size, in ni_expand_mft_list()
1328 SIZEOF_NONRESIDENT, svcn, NULL); in ni_expand_mft_list()
1344 run_pack(run, svcn, evcn + 1 - svcn, Add2Ptr(attr, SIZEOF_NONRESIDENT), in ni_expand_mft_list()
1349 attr->nres.run_off = cpu_to_le16(SIZEOF_NONRESIDENT); in ni_expand_mft_list()
1439 u32 name_off = is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT; in ni_insert_nonresident()
[all …]
Dinode.c1438 attr->size = cpu_to_le32(SIZEOF_NONRESIDENT + 8); in ntfs_create_inode()
1440 asize = SIZEOF_NONRESIDENT + 8; in ntfs_create_inode()
1493 t16 = sbi->record_size - t16 - SIZEOF_NONRESIDENT; in ntfs_create_inode()
1511 Add2Ptr(attr, SIZEOF_NONRESIDENT), t16, in ntfs_create_inode()
1521 asize = SIZEOF_NONRESIDENT + ALIGN(err, 8); in ntfs_create_inode()
Drecord.c274 if (asize + 8 < SIZEOF_NONRESIDENT) in mi_enum_attr()
Dntfs.h383 #define SIZEOF_NONRESIDENT 0x40 macro
Dfslog.c2993 (is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT); in attr_create_nonres_log()
3021 cpu_to_le16(SIZEOF_NONRESIDENT + name_size); in attr_create_nonres_log()
3022 memcpy(Add2Ptr(attr, SIZEOF_NONRESIDENT), name, in attr_create_nonres_log()