Lines Matching defs:cinode
372 struct cifsInodeInfo *cinode, __u32 oplock,
375 cifs_set_oplock_level(cinode, oplock);
714 struct cifsInodeInfo *cinode = CIFS_I(d_inode(cfile->dentry));
716 cifs_set_oplock_level(cinode, oplock);
717 cinode->can_cache_brlcks = CIFS_CACHE_WRITE(cinode);
763 struct cifsInodeInfo *cinode = CIFS_I(inode);
769 open_file = find_writable_file(cinode, FIND_WR_FSUID_ONLY);
788 cinode->cifsAttrs = le32_to_cpu(buf->Attributes);
816 cinode->cifsAttrs = le32_to_cpu(buf->Attributes);
867 struct cifsInodeInfo *cinode)
871 CIFS_CACHE_READ(cinode) ? 1 : 0);