Searched refs:ATTR_NONE (Results 1 – 1 of 1) sorted by relevance
30 #define ATTR_NONE 0 /* no attribute bits */ macro296 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()