Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ncpfs/
Ddir.c221 __le32 old_nwattr; in ncp_force_unlink() local
229 old_nwattr = NCP_FINFO(inode)->nwattr; in ncp_force_unlink()
230 info.attributes = old_nwattr & ~(aRONLY|aDELETEINHIBIT|aRENAMEINHIBIT); in ncp_force_unlink()
240 info.attributes = old_nwattr; in ncp_force_unlink()
258 __le32 old_nwattr = NCP_FINFO(old_inode)->nwattr; in ncp_force_rename() local
267 info.attributes = old_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_force_rename()
291 new_nwattr = old_nwattr; in ncp_force_rename()
296 info.attributes = old_nwattr; in ncp_force_rename()