Lines Matching refs:attributes
123 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes; in ncp_update_inode()
157 if (nwi->attributes & aDIR) { in ncp_update_attrs()
167 && (nwi->attributes & aSHARED)) { in ncp_update_attrs()
168 switch (nwi->attributes & (aHIDDEN|aSYSTEM)) { in ncp_update_attrs()
195 if (nwi->attributes & aRONLY) inode->i_mode &= ~S_IWUGO; in ncp_update_attrs()
202 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes; in ncp_update_inode2()
667 finfo.i.attributes = aDIR; in ncp_fill_super()
894 info.attributes |= aSHARED | aSYSTEM; in ncp_notify_change()
897 info.attributes |= aSHARED; in ncp_notify_change()
903 info.attributes &= ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_notify_change()
905 info.attributes |= (aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_notify_change()
915 info.attributes &= ~(aSHARED | aSYSTEM); in ncp_notify_change()
998 NCP_FINFO(inode)->nwattr = info.attributes; in ncp_notify_change()