Searched defs:chk (Results 1 - 1 of 1) sorted by relevance
/fs/hpfs/ |
H A D | super.c | 290 int *lowercase, int *eas, int *chk, int *errs, 337 *chk = 0; 340 *chk = 1; 343 *chk = 2; 423 int lowercase, eas, chk, errs, chkdsk, timeshift; local 436 eas = sbi->sb_eas; chk = sbi->sb_chk; chkdsk = sbi->sb_chkdsk; 440 &eas, &chk, &errs, &chkdsk, ×hift))) { 458 sbi->sb_eas = eas; sbi->sb_chk = chk; sbi->sb_chkdsk = chkdsk; 499 int lowercase, eas, chk, errs, chkdsk, timeshift; local 523 chk 289 parse_opts(char *opts, kuid_t *uid, kgid_t *gid, umode_t *umask, int *lowercase, int *eas, int *chk, int *errs, int *chkdsk, int *timeshift) argument [all...] |
Completed in 172 milliseconds