Home
last modified time | relevance | path

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

/fs/proc/
Dkcore.c120 static char *storenote(struct memelfnote *men, char *bufp) in storenote() argument
126 en.n_namesz = strlen(men->name) + 1; in storenote()
127 en.n_descsz = men->datasz; in storenote()
128 en.n_type = men->type; in storenote()
131 DUMP_WRITE(men->name, en.n_namesz); in storenote()
135 DUMP_WRITE(men->data, men->datasz); in storenote()
/fs/
Dbinfmt_elf_fdpic.c1296 static int writenote(struct memelfnote *men, struct file *file) in writenote() argument
1300 en.n_namesz = strlen(men->name) + 1; in writenote()
1301 en.n_descsz = men->datasz; in writenote()
1302 en.n_type = men->type; in writenote()
1305 DUMP_WRITE(men->name, en.n_namesz); in writenote()
1308 DUMP_WRITE(men->data, men->datasz); in writenote()
Dbinfmt_elf.c1278 static int writenote(struct memelfnote *men, struct file *file, in writenote() argument
1282 en.n_namesz = strlen(men->name) + 1; in writenote()
1283 en.n_descsz = men->datasz; in writenote()
1284 en.n_type = men->type; in writenote()
1287 DUMP_WRITE(men->name, en.n_namesz, foffset); in writenote()
1290 DUMP_WRITE(men->data, men->datasz, foffset); in writenote()
/fs/reiserfs/
DREADME92 to work the way he did, he is one of the most selfless men I know.