Home
last modified time | relevance | path

Searched refs:rodir (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/fat/
Dfat.h51 rodir:1, /* allow ATTR_RO for directory */ member
162 if (!sbi->options.rodir) in fat_mode_can_hold_ro()
177 if (attrs & ATTR_RO && !((attrs & ATTR_DIR) && !sbi->options.rodir)) in fat_make_mode()
Dinode.c898 if (opts->rodir) in fat_show_options()
1040 opts->rodir = 0; in parse_options()
1043 opts->rodir = 1; in parse_options()
1229 opts->rodir = 1; in parse_options()
/linux-4.4.14/Documentation/filesystems/
Dvfat.txt136 rodir -- FAT has the ATTR_RO (read-only) attribute. On Windows,