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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Ddir.c179 __le32 old_nwattr; local
187 old_nwattr = NCP_FINFO(inode)->nwattr;
188 info.attributes = old_nwattr & ~(aRONLY|aDELETEINHIBIT|aRENAMEINHIBIT);
198 info.attributes = old_nwattr;
216 __le32 old_nwattr = NCP_FINFO(old_inode)->nwattr; local
225 info.attributes = old_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT);
249 new_nwattr = old_nwattr;
254 info.attributes = old_nwattr;

Completed in 46 milliseconds