Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ncpfs/
Dncp_fs_i.h19 __le32 nwattr; member
Dinode.c134 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes; in ncp_update_inode()
215 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes; in ncp_update_inode2()
1015 NCP_FINFO(inode)->nwattr = info.attributes; in ncp_notify_change()
Ddir.c229 old_nwattr = NCP_FINFO(inode)->nwattr; in ncp_force_unlink()
258 __le32 old_nwattr = NCP_FINFO(old_inode)->nwattr; in ncp_force_rename()
272 new_nwattr = NCP_FINFO(d_inode(new_dentry))->nwattr; in ncp_force_rename()