Home
last modified time | relevance | path

Searched refs:ATTR_RO (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmsdos_fs.h37 #define ATTR_RO 1 /* read-only */ macro
47 #define ATTR_EXT (ATTR_RO | ATTR_HIDDEN | ATTR_SYS | ATTR_VOLUME)
/openbmc/u-boot/include/
H A Dfat.h42 #define ATTR_RO 1 macro
49 #define ATTR_VFAT (ATTR_RO | ATTR_HIDDEN | ATTR_SYS | ATTR_VOLUME)
/openbmc/linux/fs/fat/
H A Dfat.h207 if (attrs & ATTR_RO && !((attrs & ATTR_DIR) && !sbi->options.rodir)) in fat_make_mode()
223 attrs |= ATTR_RO; in fat_make_attrs()
232 MSDOS_I(inode)->i_attrs = attrs & (ATTR_UNUSED | ATTR_RO); in fat_save_attrs()
/openbmc/linux/Documentation/filesystems/
H A Dvfat.rst176 FAT has the ATTR_RO (read-only) attribute. On Windows,
177 the ATTR_RO of the directory will just be ignored,
181 If you want to use ATTR_RO as read-only flag even for