Home
last modified time | relevance | path

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

/fs/ncpfs/
Ddir.c179 __le32 old_nwattr; in ncp_force_unlink() local
187 old_nwattr = NCP_FINFO(inode)->nwattr; in ncp_force_unlink()
188 info.attributes = old_nwattr & ~(aRONLY|aDELETEINHIBIT|aRENAMEINHIBIT); in ncp_force_unlink()
198 info.attributes = old_nwattr; in ncp_force_unlink()
216 __le32 old_nwattr = NCP_FINFO(old_inode)->nwattr; in ncp_force_rename() local
225 info.attributes = old_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_force_rename()
249 new_nwattr = old_nwattr; in ncp_force_rename()
254 info.attributes = old_nwattr; in ncp_force_rename()