Searched refs:close_getattr (Results 1 – 2 of 2) sorted by relevance
818 if (server->ops->close_getattr) in serverclose_work()819 rc = server->ops->close_getattr(0, tcon, cifs_file); in serverclose_work()938 if (server->ops->close_getattr) in _cifsFileInfo_put()939 rc = server->ops->close_getattr(xid, tcon, cifs_file); in _cifsFileInfo_put()
482 int (*close_getattr)(const unsigned int xid, struct cifs_tcon *tcon, member