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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dfile.c354 mode_t allow_utime = sbi->options.allow_utime; local
358 allow_utime >>= 3;
359 if (allow_utime & MAY_WRITE)
H A Dinode.c815 if (opts->allow_utime)
816 seq_printf(m, ",allow_utime=%04o", opts->allow_utime);
906 {Opt_allow_utime, "allow_utime=%o"},
984 opts->allow_utime = -1;
1080 opts->allow_utime = option & (S_IWGRP | S_IWOTH);
1185 /* If user doesn't specify allow_utime, it's initialized from dmask. */
1186 if (opts->allow_utime == (unsigned short)-1)
1187 opts->allow_utime = ~opts->fs_dmask & (S_IWGRP | S_IWOTH);
H A Dfat.h35 unsigned short allow_utime;/* permission for setting the [am]time */ member in struct:fat_mount_options

Completed in 67 milliseconds