Home
last modified time | relevance | path

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

/fs/hpfs/
Dname.c29 goto text; in hpfs_decide_conv()
35 goto text; in hpfs_decide_conv()
39 text: in hpfs_decide_conv()
/fs/proc/
Dtask_mmu.c19 unsigned long data, text, lib; in task_mem() local
37 text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) >> 10; in task_mem()
38 lib = (mm->exec_vm << (PAGE_SHIFT-10)) - text; in task_mem()
56 mm->stack_vm << (PAGE_SHIFT-10), text, lib, in task_mem()
65 int task_statm(struct mm_struct *mm, int *shared, int *text, in task_statm() argument
69 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
Darray.c520 int size = 0, resident = 0, shared = 0, text = 0, lib = 0, data = 0; in proc_pid_statm() local
524 size = task_statm(mm, &shared, &text, &data, &resident); in proc_pid_statm()
528 size, resident, shared, text, lib, data, 0); in proc_pid_statm()
Dtask_nommu.c93 int task_statm(struct mm_struct *mm, int *shared, int *text, in task_statm() argument
112 size += (*text = mm->end_code - mm->start_code); in task_statm()
/fs/
DKconfig.binfmt38 MMU is available as it still permits text segments to be shared,
50 The contents of an unmodified text mapping are omitted by default.
52 For an unmodified text mapping of an ELF object, including just
55 cost and disk space to dump all the text. However, versions of
/fs/cifs/
Dmd5.h34 void hmac_md5_update(const unsigned char *text, int text_len,
Dmd5.c328 hmac_md5_update(const unsigned char *text, int text_len, in hmac_md5_update() argument
331 cifs_MD5_update(&ctx->ctx, text, text_len); /* then text of datagram */ in hmac_md5_update()
DCHANGES52 on dns_upcall (resolving DFS referralls). Fix plain text password
54 lanman and plain text though). Fix writes to be at correct offset when
DREADME583 using plain text passwords, set the SecurityFlags
/fs/isofs/
Drock.h46 char text[0]; member
Drock.c588 memcpy(rpnt, slp->text, slp->len); in get_symlink_chunk()
/fs/ntfs/
DChangeLog960 appropriately scary configuration help text.