Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dmsdos_fs.h30 #define ATTR_NONE 0 /* no attribute bits */ macro
296 return ((inode->i_mode & S_IWUGO) ? ATTR_NONE : ATTR_RO) | in fat_attr()
297 (S_ISDIR(inode->i_mode) ? ATTR_DIR : ATTR_NONE) | in fat_attr()