Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dncp_no.h5 #define aRONLY (__cpu_to_le32(1)) macro
/linux-2.6.39/fs/ncpfs/
Dinode.c203 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()
Ddir.c212 info.attributes = old_nwattr & ~(aRONLY|aDELETEINHIBIT|aRENAMEINHIBIT); in ncp_force_unlink()
249 info.attributes = old_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_force_rename()
255 info.attributes = new_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_force_rename()