Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/ntfs/
Dinode.c41 int attr_ofs = (fixup_ofs + 2 * fixup_cnt + 7) & ~7; in ntfs_fill_mft_header() local
49 NTFS_PUTU16(mft + 0x14, attr_ofs); /* Offset to attributes. */ in ntfs_fill_mft_header()
52 NTFS_PUTU32(mft + 0x18, attr_ofs + 8); /* Bytes in use. */ in ntfs_fill_mft_header()
57 NTFS_PUTU32(mft + attr_ofs, (__u32)-1); /* End of attributes marker. */ in ntfs_fill_mft_header()