Searched refs:timeshift (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dsuper.c249 {Opt_timeshift, "timeshift=%d"},
255 int *chkdsk, int *timeshift)
349 *timeshift = simple_strtoul(rhs, &rhs, 0) * m;
386 timeshift=nnn add nnn seconds to file times\n\
395 int lowercase, conv, eas, chk, errs, chkdsk, timeshift; local
408 errs = sbi->sb_err; timeshift = sbi->sb_timeshift;
411 &eas, &chk, &errs, &chkdsk, &timeshift))) {
419 if (timeshift != sbi->sb_timeshift) {
420 printk("HPFS: timeshift can't be changed using remount.\n");
430 sbi->sb_err = errs; sbi->sb_timeshift = timeshift;
253 parse_opts(char *opts, uid_t *uid, gid_t *gid, umode_t *umask, int *lowercase, int *conv, int *eas, int *chk, int *errs, int *chkdsk, int *timeshift) argument
472 int lowercase, conv, eas, chk, errs, chkdsk, timeshift; local
[all...]

Completed in 136 milliseconds