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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 62 milliseconds