Searched refs:text (Results 1 – 8 of 8) sorted by relevance
| /fs/afs/ |
| A D | xattr.c | 301 char text[16 + 1 + 24 + 1 + 8 + 1]; in afs_xattr_get_fid() local 307 len = scnprintf(text, sizeof(text), "%llx:", vnode->fid.vid); in afs_xattr_get_fid() 309 len += scnprintf(text + len, sizeof(text) - len, "%x%016llx", in afs_xattr_get_fid() 312 len += scnprintf(text + len, sizeof(text) - len, "%llx", in afs_xattr_get_fid() 314 len += scnprintf(text + len, sizeof(text) - len, ":%x", in afs_xattr_get_fid() 321 memcpy(buffer, text, len); in afs_xattr_get_fid()
|
| A D | addr_list.c | 84 const char *text, size_t len, in afs_parse_text_addrs() argument 91 const char *p, *end = text + len; in afs_parse_text_addrs() 96 _enter("%*.*s,%c", (int)len, (int)len, text, delim); in afs_parse_text_addrs() 103 if (delim == ':' && (memchr(text, ',', len) || !memchr(text, '.', len))) in afs_parse_text_addrs() 107 p = text; in afs_parse_text_addrs() 154 p = text; in afs_parse_text_addrs() 234 problem, p - text, (int)len, (int)len, text); in afs_parse_text_addrs() 238 problem, p - text, (int)len, (int)len, text); in afs_parse_text_addrs()
|
| /fs/proc/ |
| A D | task_nommu.c | 95 unsigned long *shared, unsigned long *text, in task_statm() argument 113 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm() 119 size += *text + *data; in task_statm()
|
| A D | array.c | 692 unsigned long text = 0; in proc_pid_statm() local 695 size = task_statm(mm, &shared, &text, &data, &resident); in proc_pid_statm() 707 seq_put_decimal_ull(m, " ", text); in proc_pid_statm()
|
| A D | task_mmu.c | 39 unsigned long text, lib, swap, anon, file, shmem; in task_mem() local 61 text = PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK); in task_mem() 62 text = min(text, mm->exec_vm << PAGE_SHIFT); in task_mem() 63 lib = (mm->exec_vm << PAGE_SHIFT) - text; in task_mem() 78 " kB\nVmExe:\t", text >> 10, 8); in task_mem() 95 unsigned long *shared, unsigned long *text, in task_statm() argument 100 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
|
| /fs/ |
| A D | Kconfig.binfmt | 67 MMU is available as it still permits text segments to be shared, 84 The contents of an unmodified text mapping are omitted by default. 86 For an unmodified text mapping of an ELF object, including just 89 cost and disk space to dump all the text. However, versions of
|
| /fs/isofs/ |
| A D | rock.h | 47 __u8 text[] __counted_by(len);
|
| A D | rock.c | 619 memcpy(rpnt, slp->text, slp->len); in get_symlink_chunk()
|
Completed in 22 milliseconds