Searched refs:aRONLY (Results 1 – 3 of 3) sorted by relevance
5 #define aRONLY (__cpu_to_le32(1)) macro
208 if (nwi->attributes & aRONLY) inode->i_mode &= ~S_IWUGO; in ncp_update_attrs()929 info.attributes &= ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_notify_change()931 info.attributes |= (aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_notify_change()
230 info.attributes = old_nwattr & ~(aRONLY|aDELETEINHIBIT|aRENAMEINHIBIT); in ncp_force_unlink()267 info.attributes = old_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_force_rename()273 info.attributes = new_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_force_rename()