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

/linux-master/fs/fat/
H A Dfile.c462 umode_t allow_utime = sbi->options.allow_utime; local
467 allow_utime >>= 3;
468 if (allow_utime & MAY_WRITE)
H A Dinode.c961 if (opts->allow_utime)
962 seq_printf(m, ",allow_utime=%04o", opts->allow_utime);
1064 {Opt_allow_utime, "allow_utime=%o"},
1147 opts->allow_utime = -1;
1250 opts->allow_utime = option & (S_IWGRP | S_IWOTH);
1377 /* If user doesn't specify allow_utime, it's initialized from dmask. */
1378 if (opts->allow_utime == (unsigned short)-1)
1379 opts->allow_utime = ~opts->fs_dmask & (S_IWGRP | S_IWOTH);
H A Dfat.h39 unsigned short allow_utime;/* permission for setting the [am]time */ member in struct:fat_mount_options
/linux-master/fs/exfat/
H A Dfile.c95 mode_t allow_utime = sbi->options.allow_utime; local
99 allow_utime >>= 3;
100 if (allow_utime & MAY_WRITE)
H A Dsuper.c145 if (opts->allow_utime)
146 seq_printf(m, ",allow_utime=%04o", opts->allow_utime);
233 fsparam_u32oct("allow_utime", Opt_allow_utime),
281 opts->allow_utime = result.uint_32 & 0022;
625 if (opts->allow_utime == (unsigned short)-1)
626 opts->allow_utime = ~opts->fs_dmask & 0022;
758 sbi->options.allow_utime = -1;
H A Dexfat_fs.h227 unsigned short allow_utime; member in struct:exfat_mount_options

Completed in 188 milliseconds