Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ncpfs/
Ddir.c259 __le32 new_nwattr = 0; /* shut compiler warning */ in ncp_force_rename() local
272 new_nwattr = NCP_FINFO(d_inode(new_dentry))->nwattr; in ncp_force_rename()
273 info.attributes = new_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_force_rename()
291 new_nwattr = old_nwattr; in ncp_force_rename()
301 info.attributes = new_nwattr; in ncp_force_rename()