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

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

Completed in 77 milliseconds