Lines Matching refs:attributes
134 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes; in ncp_update_inode()
167 if (nwi->attributes & aDIR) { in ncp_update_attrs()
180 && (nwi->attributes & aSHARED)) { in ncp_update_attrs()
181 switch (nwi->attributes & (aHIDDEN|aSYSTEM)) { in ncp_update_attrs()
208 if (nwi->attributes & aRONLY) inode->i_mode &= ~S_IWUGO; in ncp_update_attrs()
215 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes; in ncp_update_inode2()
695 finfo.i.attributes = aDIR; in ncp_fill_super()
920 info.attributes |= aSHARED | aSYSTEM; in ncp_notify_change()
923 info.attributes |= aSHARED; in ncp_notify_change()
929 info.attributes &= ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_notify_change()
931 info.attributes |= (aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_notify_change()
941 info.attributes &= ~(aSHARED | aSYSTEM); in ncp_notify_change()
1015 NCP_FINFO(inode)->nwattr = info.attributes; in ncp_notify_change()