Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dsymbol.c990 off_t so, eo; member
1012 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp()
1013 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp()
1056 sym_match_arr[cnt].eo = match[0].rm_eo; in sym_re_search()
/linux/fs/ntfs3/
H A Dindex.c941 u32 eo; in indx_new() local
968 eo = ALIGN(sizeof(struct INDEX_BUFFER) + fn * sizeof(short), 8); in indx_new()
969 hdr->de_off = cpu_to_le32(eo); in indx_new()
971 e = Add2Ptr(hdr, eo); in indx_new()
977 cpu_to_le32(eo + sizeof(struct NTFS_DE) + sizeof(u64)); in indx_new()
982 hdr->used = cpu_to_le32(eo + sizeof(struct NTFS_DE)); in indx_new()
/linux/Documentation/admin-guide/laptops/
H A Ddisk-shock-protection.rst5 Author: Elias Oltmanns <eo@nebensachen.de>