Home
last modified time | relevance | path

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

/fs/ncpfs/
Ddir.c217 __le32 new_nwattr = 0; /* shut compiler warning */ in ncp_force_rename() local
230 new_nwattr = NCP_FINFO(new_dentry->d_inode)->nwattr; in ncp_force_rename()
231 info.attributes = new_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_force_rename()
249 new_nwattr = old_nwattr; in ncp_force_rename()
259 info.attributes = new_nwattr; in ncp_force_rename()