Home
last modified time | relevance | path

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

/fs/isofs/
Dinode.c698 if (sec->escape[0] == 0x25 && sec->escape[1] == 0x2f) { in isofs_fill_super()
700 if (sec->escape[2] == 0x40) in isofs_fill_super()
702 else if (sec->escape[2] == 0x43) in isofs_fill_super()
704 else if (sec->escape[2] == 0x45) in isofs_fill_super()
/fs/proc/
Dinternal.h151 bool escape);
Darray.c99 void proc_task_name(struct seq_file *m, struct task_struct *p, bool escape) in proc_task_name() argument
108 if (escape) in proc_task_name()
/fs/fat/
Dnamei_vfat.c512 int *longlen, int *outlen, int escape, int utf8, in xlate_to_uni() argument
533 if (escape && (*ip == ':')) { in xlate_to_uni()